com.bulletphysics.collision.shapes
Class OptimizedBvhNode

java.lang.Object
  extended by com.bulletphysics.collision.shapes.OptimizedBvhNode
All Implemented Interfaces:
Serializable

public class OptimizedBvhNode
extends Object
implements Serializable

OptimizedBvhNode contains both internal and leaf node information.

See Also:
Serialized Form

Field Summary
 Vector3f aabbMaxOrg
           
 Vector3f aabbMinOrg
           
 int escapeIndex
           
 int subPart
           
 int triangleIndex
           
 
Constructor Summary
OptimizedBvhNode()
           
 
Method Summary
 void set(OptimizedBvhNode n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aabbMinOrg

public final Vector3f aabbMinOrg

aabbMaxOrg

public final Vector3f aabbMaxOrg

escapeIndex

public int escapeIndex

subPart

public int subPart

triangleIndex

public int triangleIndex
Constructor Detail

OptimizedBvhNode

public OptimizedBvhNode()
Method Detail

set

public void set(OptimizedBvhNode n)