Facemorph
Class DelaunayTriangle

java.lang.Object
  extended by Facemorph.DelaunayTriangle

public class DelaunayTriangle
extends java.lang.Object

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

v

public int[] v
the vertices


t

public int[] t
the edge-adjacent triangles

Constructor Detail

DelaunayTriangle

public DelaunayTriangle()