Uses of Class
com.bulletphysics.collision.broadphase.AxisSweep3Internal.Handle

Packages that use AxisSweep3Internal.Handle
com.bulletphysics.collision.broadphase Broadphase collision code for fast determining of overlapping pairs. 
 

Uses of AxisSweep3Internal.Handle in com.bulletphysics.collision.broadphase
 

Subclasses of AxisSweep3Internal.Handle in com.bulletphysics.collision.broadphase
protected static class AxisSweep3_32.HandleImpl
           
protected static class AxisSweep3.HandleImpl
           
 

Fields in com.bulletphysics.collision.broadphase declared as AxisSweep3Internal.Handle
protected  AxisSweep3Internal.Handle[] AxisSweep3Internal.pHandles
           
 

Methods in com.bulletphysics.collision.broadphase that return AxisSweep3Internal.Handle
protected  AxisSweep3Internal.Handle AxisSweep3.createHandle()
           
protected abstract  AxisSweep3Internal.Handle AxisSweep3Internal.createHandle()
           
protected  AxisSweep3Internal.Handle AxisSweep3_32.createHandle()
           
 AxisSweep3Internal.Handle AxisSweep3Internal.getHandle(int index)
           
 

Methods in com.bulletphysics.collision.broadphase with parameters of type AxisSweep3Internal.Handle
protected  boolean AxisSweep3Internal.testOverlap(int ignoreAxis, AxisSweep3Internal.Handle pHandleA, AxisSweep3Internal.Handle pHandleB)