toxi.geom.mesh
Class WEFace

java.lang.Object
  extended by toxi.geom.mesh.Face
      extended by toxi.geom.mesh.WEFace

public final class WEFace
extends Face


Field Summary
 java.util.List<WingedEdge> edges
           
 
Fields inherited from class toxi.geom.mesh.Face
a, b, c, normal, uvA, uvB, uvC
 
Constructor Summary
WEFace(WEVertex a, WEVertex b, WEVertex c)
           
WEFace(WEVertex a, WEVertex b, WEVertex c, Vec2D uvA, Vec2D uvB, Vec2D uvC)
           
 
Method Summary
 void addEdge(WingedEdge e)
           
 java.util.List<WingedEdge> getEdges()
           
 WEVertex[] getVertices(WEVertex[] verts)
           
 
Methods inherited from class toxi.geom.mesh.Face
computeNormal, flipVertexOrder, getCentroid, getVertices, toString, toTriangle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

edges

public java.util.List<WingedEdge> edges
Constructor Detail

WEFace

public WEFace(WEVertex a,
              WEVertex b,
              WEVertex c)

WEFace

public WEFace(WEVertex a,
              WEVertex b,
              WEVertex c,
              Vec2D uvA,
              Vec2D uvB,
              Vec2D uvC)
Method Detail

addEdge

public void addEdge(WingedEdge e)

getEdges

public java.util.List<WingedEdge> getEdges()
Returns:
the edges

getVertices

public final WEVertex[] getVertices(WEVertex[] verts)