|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Facemorph.DelaunayTriangle
public class DelaunayTriangle
A triangle with 3 vertices and three neighbours, all stored as indeces into lists
Field Summary | |
---|---|
int[] |
t
the edge-adjacent triangles |
int[] |
v
the vertices |
Constructor Summary | |
---|---|
DelaunayTriangle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] v
public int[] t
Constructor Detail |
---|
public DelaunayTriangle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |