com.bulletphysics.collision.broadphase
Class DbvtProxy

java.lang.Object
  extended by com.bulletphysics.collision.broadphase.BroadphaseProxy
      extended by com.bulletphysics.collision.broadphase.DbvtProxy

public class DbvtProxy
extends BroadphaseProxy


Field Summary
 DbvtAabbMm aabb
           
 Dbvt.Node leaf
           
 DbvtProxy[] links
           
 int stage
           
 
Fields inherited from class com.bulletphysics.collision.broadphase.BroadphaseProxy
clientObject, collisionFilterGroup, collisionFilterMask, multiSapParentProxy, uniqueId
 
Constructor Summary
DbvtProxy(Object userPtr, short collisionFilterGroup, short collisionFilterMask)
           
 
Method Summary
 
Methods inherited from class com.bulletphysics.collision.broadphase.BroadphaseProxy
getUid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aabb

public final DbvtAabbMm aabb

leaf

public Dbvt.Node leaf

links

public final DbvtProxy[] links

stage

public int stage
Constructor Detail

DbvtProxy

public DbvtProxy(Object userPtr,
                 short collisionFilterGroup,
                 short collisionFilterMask)