Uses of Package
com.bulletphysics.collision.shapes

Packages that use com.bulletphysics.collision.shapes
com.bulletphysics.collision.dispatch Dispatching code for collisions between various shapes. 
com.bulletphysics.collision.narrowphase Narrow-phase collision. 
com.bulletphysics.collision.shapes Collision shapes. 
com.bulletphysics.demos.bsp   
com.bulletphysics.demos.opengl   
com.bulletphysics.demos.vehicle   
com.bulletphysics.dynamics DynamicsWorld and RigidBody. 
 

Classes in com.bulletphysics.collision.shapes used by com.bulletphysics.collision.dispatch
CollisionShape
          CollisionShape provides interface for collision shapes that can be shared among CollisionObjects.
 

Classes in com.bulletphysics.collision.shapes used by com.bulletphysics.collision.narrowphase
ConvexShape
          ConvexShape is an abstract shape interface.
TriangleCallback
           
 

Classes in com.bulletphysics.collision.shapes used by com.bulletphysics.collision.shapes
BoxShape
          BoxShape implements both a feature based (vertex/edge/plane) and implicit (getSupportingVertex) Box.
BvhSubtreeInfo
          BvhSubtreeInfo provides info to gather a subtree of limited size.
CapsuleShape
          CapsuleShape represents a capsule around the Y axis.
CollisionShape
          CollisionShape provides interface for collision shapes that can be shared among CollisionObjects.
CompoundShapeChild
           
ConcaveShape
          Concave shape proves an interface concave shapes that can produce triangles that overlapping a given AABB.
ConvexInternalShape
           
ConvexShape
          ConvexShape is an abstract shape interface.
CylinderShape
          Implements cylinder shape interface.
IndexedMesh
           
InternalTriangleIndexCallback
           
NodeOverlapCallback
           
OptimizedBvh
          OptimizedBvh store an AABB tree that can be quickly traversed on CPU (and SPU,GPU in future).
OptimizedBvhNode
          OptimizedBvhNode contains both internal and leaf node information.
PolyhedralConvexShape
          PolyhedralConvexShape is an interface class for feature based (vertex/edge/face) convex shapes.
QuantizedBvhNodes
          QuantizedBvhNodes is array of compressed AABB nodes, each of 16 bytes.
ScalarType
           
StridingMeshInterface
          StridingMeshInterface is the interface class for high performance access to triangle meshes.
TraversalMode
           
TriangleCallback
           
TriangleMeshShape
           
VertexData
          Represents information for accessing vertex data.
 

Classes in com.bulletphysics.collision.shapes used by com.bulletphysics.demos.bsp
CollisionShape
          CollisionShape provides interface for collision shapes that can be shared among CollisionObjects.
 

Classes in com.bulletphysics.collision.shapes used by com.bulletphysics.demos.opengl
CollisionShape
          CollisionShape provides interface for collision shapes that can be shared among CollisionObjects.
 

Classes in com.bulletphysics.collision.shapes used by com.bulletphysics.demos.vehicle
CollisionShape
          CollisionShape provides interface for collision shapes that can be shared among CollisionObjects.
TriangleIndexVertexArray
           
 

Classes in com.bulletphysics.collision.shapes used by com.bulletphysics.dynamics
CollisionShape
          CollisionShape provides interface for collision shapes that can be shared among CollisionObjects.