com.bulletphysics.collision.narrowphase
Class VoronoiSimplexSolver.UsageBitfield

java.lang.Object
  extended by com.bulletphysics.collision.narrowphase.VoronoiSimplexSolver.UsageBitfield
Enclosing class:
VoronoiSimplexSolver

public static class VoronoiSimplexSolver.UsageBitfield
extends Object


Field Summary
 boolean usedVertexA
           
 boolean usedVertexB
           
 boolean usedVertexC
           
 boolean usedVertexD
           
 
Constructor Summary
VoronoiSimplexSolver.UsageBitfield()
           
 
Method Summary
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usedVertexA

public boolean usedVertexA

usedVertexB

public boolean usedVertexB

usedVertexC

public boolean usedVertexC

usedVertexD

public boolean usedVertexD
Constructor Detail

VoronoiSimplexSolver.UsageBitfield

public VoronoiSimplexSolver.UsageBitfield()
Method Detail

reset

public void reset()