Uses of Class
simogl.geometry.Face

Packages that use Face
simogl.effect.particle   
simogl.geometry   
 

Uses of Face in simogl.effect.particle
 

Methods in simogl.effect.particle that return Face
 Face AbstractParticle.getFace()
          Returns the face that represents this particle in the scene
 

Uses of Face in simogl.geometry
 

Methods in simogl.geometry that return types with arguments of type Face
 java.util.ArrayList<Face> AbstractMesh.getFaces()
          Returns the faces of the mesh
 

Methods in simogl.geometry with parameters of type Face
 void AbstractMesh.addFace(Face face)
          Adds a face (two triangle) to the mesh.