Uses of Interface
com.bulletphysics.collision.shapes.NodeOverlapCallback

Packages that use NodeOverlapCallback
com.bulletphysics.collision.shapes Collision shapes. 
 

Uses of NodeOverlapCallback in com.bulletphysics.collision.shapes
 

Classes in com.bulletphysics.collision.shapes that implement NodeOverlapCallback
protected static class BvhTriangleMeshShape.MyNodeOverlapCallback
           
 

Methods in com.bulletphysics.collision.shapes with parameters of type NodeOverlapCallback
 void OptimizedBvh.reportAabbOverlappingNodex(NodeOverlapCallback nodeCallback, javax.vecmath.Vector3f aabbMin, javax.vecmath.Vector3f aabbMax)
           
 void OptimizedBvh.reportBoxCastOverlappingNodex(NodeOverlapCallback nodeCallback, javax.vecmath.Vector3f raySource, javax.vecmath.Vector3f rayTarget, javax.vecmath.Vector3f aabbMin, javax.vecmath.Vector3f aabbMax)
           
 void OptimizedBvh.reportRayOverlappingNodex(NodeOverlapCallback nodeCallback, javax.vecmath.Vector3f raySource, javax.vecmath.Vector3f rayTarget)
           
protected  void OptimizedBvh.walkRecursiveQuantizedTreeAgainstQueryAabb(QuantizedBvhNodes currentNodes, int currentNodeId, NodeOverlapCallback nodeCallback, long quantizedQueryAabbMin, long quantizedQueryAabbMax)
           
protected  void OptimizedBvh.walkStacklessTree(NodeOverlapCallback nodeCallback, javax.vecmath.Vector3f aabbMin, javax.vecmath.Vector3f aabbMax)