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

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

Uses of ConvexInternalShape in com.bulletphysics.collision.shapes
 

Subclasses of ConvexInternalShape in com.bulletphysics.collision.shapes
 class BoxShape
          BoxShape implements both a feature based (vertex/edge/plane) and implicit (getSupportingVertex) Box.
 class CapsuleShape
          CapsuleShape represents a capsule around the Y axis.
 class CapsuleShapeX
          CapsuleShapeX represents a capsule around the Z axis.
 class CapsuleShapeZ
          CapsuleShapeZ represents a capsule around the Z axis.
 class ConvexHullShape
          ConvexHullShape implements an implicit (getSupportingVertex) Convex Hull of a Point Cloud (vertices).
 class CylinderShape
          Implements cylinder shape interface.
 class CylinderShapeX
           
 class CylinderShapeZ
           
 class MinkowskiSumShape
          MinkowskiSumShape represents implicit (getSupportingVertex) based minkowski sum of two convex implicit shapes.
 class PolyhedralConvexShape
          PolyhedralConvexShape is an interface class for feature based (vertex/edge/face) convex shapes.
 class SphereShape
          SphereShape implements an implicit (getSupportingVertex) Sphere.
 class TriangleShape