Uses of Class
toxi.geom.mesh.Face

Packages that use Face
toxi.geom.mesh   
 

Uses of Face in toxi.geom.mesh
 

Subclasses of Face in toxi.geom.mesh
 class WEFace
           
 

Fields in toxi.geom.mesh with type parameters of type Face
 java.util.ArrayList<Face> TriangleMesh.faces
          Face list
 

Methods in toxi.geom.mesh that return types with arguments of type Face
 java.util.List<Face> TriangleMesh.getFaces()
           
 java.util.Collection<Face> Mesh3D.getFaces()
           
 

Methods in toxi.geom.mesh with parameters of type Face
 Triangle3D TriangleMesh.perforateFace(Face f, float size)
           
 void WETriangleMesh.removeFace(Face f)
           
 void TriangleMesh.removeFace(Face f)