Uses of Class
toxi.geom.mesh.WEFace

Packages that use WEFace
toxi.geom.mesh   
 

Uses of WEFace in toxi.geom.mesh
 

Fields in toxi.geom.mesh with type parameters of type WEFace
 java.util.List<WEFace> WingedEdge.faces
           
 

Methods in toxi.geom.mesh that return types with arguments of type WEFace
 java.util.List<WEFace> WingedEdge.getFaces()
           
 

Methods in toxi.geom.mesh with parameters of type WEFace
 WingedEdge WingedEdge.addFace(WEFace f)
           
 

Method parameters in toxi.geom.mesh with type arguments of type WEFace
 void WETriangleMesh.subdivideFaceEdges(java.util.List<WEFace> faces, SubdivisionStrategy subDiv, float minLength)
           
 

Constructors in toxi.geom.mesh with parameters of type WEFace
WingedEdge(WEVertex a, WEVertex b, WEFace f, int id)