Uses of Class
com.bulletphysics.collision.shapes.QuantizedBvhNodes

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

Uses of QuantizedBvhNodes in com.bulletphysics.collision.shapes
 

Methods in com.bulletphysics.collision.shapes with parameters of type QuantizedBvhNodes
 void QuantizedBvhNodes.set(int destId, QuantizedBvhNodes srcNodes, int srcId)
           
 void BvhSubtreeInfo.setAabbFromQuantizeNode(QuantizedBvhNodes quantizedNodes, int nodeId)
           
protected  void OptimizedBvh.walkRecursiveQuantizedTreeAgainstQueryAabb(QuantizedBvhNodes currentNodes, int currentNodeId, NodeOverlapCallback nodeCallback, long quantizedQueryAabbMin, long quantizedQueryAabbMax)