Uses of Class
org.jagatoo.loaders.models.collada.datastructs.geometries.Geometry

Packages that use Geometry
org.jagatoo.loaders.models.collada.datastructs.controllers   
org.jagatoo.loaders.models.collada.datastructs.geometries   
org.jagatoo.loaders.models.collada.datastructs.visualscenes   
 

Uses of Geometry in org.jagatoo.loaders.models.collada.datastructs.controllers
 

Methods in org.jagatoo.loaders.models.collada.datastructs.controllers that return Geometry
 Geometry SkeletalController.updateDestinationGeometry(long currTime)
           
 

Uses of Geometry in org.jagatoo.loaders.models.collada.datastructs.geometries
 

Subclasses of Geometry in org.jagatoo.loaders.models.collada.datastructs.geometries
 class PolygonsGeometry
          COLLADA Polygons Geometry contains geometry loaded from a COLLADA file which has the "polygon" format
 class TrianglesGeometry
          COLLADA Geometry which has been loaded from a COLLADA file with the format "triangles".
 

Fields in org.jagatoo.loaders.models.collada.datastructs.geometries declared as Geometry
protected  Geometry GeometryProvider.destinationGeometry
          The destination geometry : it will contain the result of the computations of this COLLADAController
 

Methods in org.jagatoo.loaders.models.collada.datastructs.geometries that return Geometry
abstract  Geometry Geometry.copy()
           
 Geometry GeometryProvider.getDestinationGeometry()
           
abstract  Geometry GeometryProvider.updateDestinationGeometry(long currentTime)
           
 

Methods in org.jagatoo.loaders.models.collada.datastructs.geometries that return types with arguments of type Geometry
 java.util.HashMap<java.lang.String,Geometry> LibraryGeometries.getGeometries()
           
 

Methods in org.jagatoo.loaders.models.collada.datastructs.geometries with parameters of type Geometry
 void GeometryProvider.setDestinationMesh(Geometry destinationGeometry)
           
 

Uses of Geometry in org.jagatoo.loaders.models.collada.datastructs.visualscenes
 

Methods in org.jagatoo.loaders.models.collada.datastructs.visualscenes that return Geometry
 Geometry GeometryInstance.getGeometry()