net.sourceforge.arbaro.mesh
Class VFace

java.lang.Object
  extended by net.sourceforge.arbaro.mesh.VFace

public final class VFace
extends java.lang.Object

Author:
wdiestel TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 Vector[] points
           
 
Constructor Summary
VFace(Vector u, Vector v, Vector w)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

points

public Vector[] points
Constructor Detail

VFace

public VFace(Vector u,
             Vector v,
             Vector w)