ProGAL.geom3d.tessellation.BowyerWatson
Class Tet

java.lang.Object
  extended by ProGAL.geom3d.tessellation.BowyerWatson.Tet

public class Tet
extends java.lang.Object


Field Summary
 Sphere circumSphere
           
 Corner[] corners
           
 int[] cornerSides
          cornerSides[i] indicates the sign of orient(corners[i+1%4],corners[i+2%4],corners[i+3%4],corners[i]).
 Corner[] opposites
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

corners

public final Corner[] corners

opposites

public final Corner[] opposites

circumSphere

public Sphere circumSphere

cornerSides

public final int[] cornerSides
cornerSides[i] indicates the sign of orient(corners[i+1%4],corners[i+2%4],corners[i+3%4],corners[i]). cornerSides[2] is, e.g., the sign of orient(corners[3],corners[0],corners[1],corners[2]).