Uses of Class
com.bulletphysics.collision.broadphase.BroadphaseNativeType

Packages that use BroadphaseNativeType
com.bulletphysics.collision.broadphase Broadphase collision code for fast determining of overlapping pairs. 
com.bulletphysics.collision.dispatch Dispatching code for collisions between various shapes. 
com.bulletphysics.collision.shapes Collision shapes. 
 

Uses of BroadphaseNativeType in com.bulletphysics.collision.broadphase
 

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

Methods in com.bulletphysics.collision.broadphase with parameters of type BroadphaseNativeType
 BroadphaseProxy AxisSweep3Internal.createProxy(javax.vecmath.Vector3f aabbMin, javax.vecmath.Vector3f aabbMax, BroadphaseNativeType shapeType, java.lang.Object userPtr, short collisionFilterGroup, short collisionFilterMask, Dispatcher dispatcher, java.lang.Object multiSapProxy)
           
 BroadphaseProxy BroadphaseInterface.createProxy(javax.vecmath.Vector3f aabbMin, javax.vecmath.Vector3f aabbMax, BroadphaseNativeType shapeType, java.lang.Object userPtr, short collisionFilterGroup, short collisionFilterMask, Dispatcher dispatcher, java.lang.Object multiSapProxy)
           
 BroadphaseProxy SimpleBroadphase.createProxy(javax.vecmath.Vector3f aabbMin, javax.vecmath.Vector3f aabbMax, BroadphaseNativeType shapeType, java.lang.Object userPtr, short collisionFilterGroup, short collisionFilterMask, Dispatcher dispatcher, java.lang.Object multiSapProxy)
           
 

Constructors in com.bulletphysics.collision.broadphase with parameters of type BroadphaseNativeType
SimpleBroadphaseProxy(javax.vecmath.Vector3f minpt, javax.vecmath.Vector3f maxpt, BroadphaseNativeType shapeType, java.lang.Object userPtr, short collisionFilterGroup, short collisionFilterMask, java.lang.Object multiSapProxy)
           
 

Uses of BroadphaseNativeType in com.bulletphysics.collision.dispatch
 

Methods in com.bulletphysics.collision.dispatch with parameters of type BroadphaseNativeType
abstract  CollisionAlgorithmCreateFunc CollisionConfiguration.getCollisionAlgorithmCreateFunc(BroadphaseNativeType proxyType0, BroadphaseNativeType proxyType1)
           
 CollisionAlgorithmCreateFunc DefaultCollisionConfiguration.getCollisionAlgorithmCreateFunc(BroadphaseNativeType proxyType0, BroadphaseNativeType proxyType1)
           
 

Uses of BroadphaseNativeType in com.bulletphysics.collision.shapes
 

Fields in com.bulletphysics.collision.shapes declared as BroadphaseNativeType
 BroadphaseNativeType CompoundShapeChild.childShapeType
           
 

Methods in com.bulletphysics.collision.shapes that return BroadphaseNativeType
 BroadphaseNativeType BoxShape.getShapeType()
           
 BroadphaseNativeType BvhTriangleMeshShape.getShapeType()
           
 BroadphaseNativeType CapsuleShape.getShapeType()
           
abstract  BroadphaseNativeType CollisionShape.getShapeType()
           
 BroadphaseNativeType CompoundShape.getShapeType()
           
 BroadphaseNativeType ConvexHullShape.getShapeType()
           
 BroadphaseNativeType CylinderShape.getShapeType()
           
 BroadphaseNativeType MinkowskiSumShape.getShapeType()
           
 BroadphaseNativeType SphereShape.getShapeType()
           
 BroadphaseNativeType StaticPlaneShape.getShapeType()
           
 BroadphaseNativeType TriangleShape.getShapeType()