com.bulletphysics.collision.shapes
Class BvhSubtreeInfo
java.lang.Object
   com.bulletphysics.collision.shapes.BvhSubtreeInfo
com.bulletphysics.collision.shapes.BvhSubtreeInfo
- All Implemented Interfaces: 
- Serializable
- public class BvhSubtreeInfo 
- extends Object- implements Serializable
BvhSubtreeInfo provides info to gather a subtree of limited size.
- See Also:
- Serialized Form
 
 
 
 
quantizedAabbMin
public final short[] quantizedAabbMin
quantizedAabbMax
public final short[] quantizedAabbMax
rootNodeIndex
public int rootNodeIndex
subtreeSize
public int subtreeSize
BvhSubtreeInfo
public BvhSubtreeInfo()
setAabbFromQuantizeNode
public void setAabbFromQuantizeNode(QuantizedBvhNodes quantizedNodes,
                                    int nodeId)
- 
 
-