|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.physica.Edge
class Edge
Edge class. Edges have two vertices, s and t, and two faces, l (left) and r (right). The triangulation representation and the Delaunay triangulation algorithms require edges.
| Field Summary | |
|---|---|
(package private) int |
l0
WRITEME: Document this brpocock@star-hope.org |
(package private) int |
r0
WRITEME: Document this brpocock@star-hope.org |
(package private) int |
s0
WRITEME: Document this brpocock@star-hope.org |
(package private) int |
t0
WRITEME: Document this brpocock@star-hope.org |
| Constructor Summary | |
|---|---|
Edge()
WRITEME: Document this constructor brpocock@star-hope.org |
|
Edge(int s,
int t)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Method Summary | |
|---|---|
(package private) int |
getL()
WRITEME: Document this method brpocock@star-hope.org |
(package private) int |
getR()
WRITEME: Document this method brpocock@star-hope.org |
(package private) int |
getS()
WRITEME: Document this method brpocock@star-hope.org |
(package private) int |
getT()
WRITEME: Document this method brpocock@star-hope.org |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int l0
int r0
int s0
int t0
| Constructor Detail |
|---|
Edge()
Edge(int s,
int t)
s - WRITEMEt - WRITEME| Method Detail |
|---|
int getL()
int getR()
int getS()
int getT()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||