com.bulletphysics.collision.broadphase
Class AxisSweep3Internal.Handle

java.lang.Object
  extended by com.bulletphysics.collision.broadphase.BroadphaseProxy
      extended by com.bulletphysics.collision.broadphase.AxisSweep3Internal.Handle
Direct Known Subclasses:
AxisSweep3_32.HandleImpl, AxisSweep3.HandleImpl
Enclosing class:
AxisSweep3Internal

protected abstract static class AxisSweep3Internal.Handle
extends BroadphaseProxy


Field Summary
 
Fields inherited from class com.bulletphysics.collision.broadphase.BroadphaseProxy
clientObject, collisionFilterGroup, collisionFilterMask, multiSapParentProxy, uniqueId
 
Constructor Summary
protected AxisSweep3Internal.Handle()
           
 
Method Summary
 void decMaxEdges(int edgeIndex)
           
 void decMinEdges(int edgeIndex)
           
abstract  int getMaxEdges(int edgeIndex)
           
abstract  int getMinEdges(int edgeIndex)
           
 int getNextFree()
           
 void incMaxEdges(int edgeIndex)
           
 void incMinEdges(int edgeIndex)
           
abstract  void setMaxEdges(int edgeIndex, int value)
           
abstract  void setMinEdges(int edgeIndex, int value)
           
 void setNextFree(int next)
           
 
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

AxisSweep3Internal.Handle

protected AxisSweep3Internal.Handle()
Method Detail

getMinEdges

public abstract int getMinEdges(int edgeIndex)

setMinEdges

public abstract void setMinEdges(int edgeIndex,
                                 int value)

getMaxEdges

public abstract int getMaxEdges(int edgeIndex)

setMaxEdges

public abstract void setMaxEdges(int edgeIndex,
                                 int value)

incMinEdges

public void incMinEdges(int edgeIndex)

incMaxEdges

public void incMaxEdges(int edgeIndex)

decMinEdges

public void decMinEdges(int edgeIndex)

decMaxEdges

public void decMaxEdges(int edgeIndex)

setNextFree

public void setNextFree(int next)

getNextFree

public int getNextFree()