Uses of Class
unlekker.geom.Face

Packages that use Face
unlekker.data   
unlekker.geom   
 

Uses of Face in unlekker.data
 

Methods in unlekker.data with parameters of type Face
 void POVRay.writeTri(Face f)
          Write triangle from STLFace object.
 

Uses of Face in unlekker.geom
 

Fields in unlekker.geom declared as Face
 Face[] Mesh.f
          Array of STLFace objects comprising the current geometry.
 Face[] FaceList.f
          Array of STLFace objects comprising the current geometry.
 

Methods in unlekker.geom that return Face
static Face Face.parseFace(java.nio.ByteBuffer buf)
           
 

Methods in unlekker.geom with parameters of type Face
 void Mesh.addFace(Face face)
           
 void FaceList.addFace(Face face)