com.bulletphysics.collision.broadphase
Class AxisSweep3_32.HandleImpl

java.lang.Object
  extended by com.bulletphysics.collision.broadphase.BroadphaseProxy
      extended by com.bulletphysics.collision.broadphase.AxisSweep3Internal.Handle
          extended by com.bulletphysics.collision.broadphase.AxisSweep3_32.HandleImpl
Enclosing class:
AxisSweep3_32

protected static class AxisSweep3_32.HandleImpl
extends AxisSweep3Internal.Handle


Field Summary
 
Fields inherited from class com.bulletphysics.collision.broadphase.BroadphaseProxy
clientObject, collisionFilterGroup, collisionFilterMask, multiSapParentProxy, uniqueId
 
Constructor Summary
protected AxisSweep3_32.HandleImpl()
           
 
Method Summary
 int getMaxEdges(int edgeIndex)
           
 int getMinEdges(int edgeIndex)
           
 void setMaxEdges(int edgeIndex, int value)
           
 void setMinEdges(int edgeIndex, int value)
           
 
Methods inherited from class com.bulletphysics.collision.broadphase.AxisSweep3Internal.Handle
decMaxEdges, decMinEdges, getNextFree, incMaxEdges, incMinEdges, setNextFree
 
Methods inherited from class com.bulletphysics.collision.broadphase.BroadphaseProxy
getUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisSweep3_32.HandleImpl

protected AxisSweep3_32.HandleImpl()
Method Detail

getMinEdges

public int getMinEdges(int edgeIndex)
Specified by:
getMinEdges in class AxisSweep3Internal.Handle

setMinEdges

public void setMinEdges(int edgeIndex,
                        int value)
Specified by:
setMinEdges in class AxisSweep3Internal.Handle

getMaxEdges

public int getMaxEdges(int edgeIndex)
Specified by:
getMaxEdges in class AxisSweep3Internal.Handle

setMaxEdges

public void setMaxEdges(int edgeIndex,
                        int value)
Specified by:
setMaxEdges in class AxisSweep3Internal.Handle