Uses of Class
com.bulletphysics.collision.shapes.ScalarType

Packages that use ScalarType
com.bulletphysics.collision.shapes Collision shapes. 
 

Uses of ScalarType in com.bulletphysics.collision.shapes
 

Fields in com.bulletphysics.collision.shapes declared as ScalarType
 ScalarType IndexedMesh.indexType
           
 ScalarType VertexData.indicestype
           
 ScalarType VertexData.type
           
 

Methods in com.bulletphysics.collision.shapes that return ScalarType
static ScalarType ScalarType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScalarType[] ScalarType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bulletphysics.collision.shapes with parameters of type ScalarType
 void TriangleIndexVertexArray.addIndexedMesh(IndexedMesh mesh, ScalarType indexType)