org.starhope.appius.physica
Class Edge

java.lang.Object
  extended by org.starhope.appius.physica.Edge

 class Edge
extends Object

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

l0

int l0
WRITEME: Document this brpocock@star-hope.org


r0

int r0
WRITEME: Document this brpocock@star-hope.org


s0

int s0
WRITEME: Document this brpocock@star-hope.org


t0

int t0
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

Edge

Edge()
WRITEME: Document this constructor brpocock@star-hope.org


Edge

Edge(int s,
     int t)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
s - WRITEME
t - WRITEME
Method Detail

getL

int getL()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getR

int getR()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getS

int getS()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

getT

int getT()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME