com.bulletphysics.collision.shapes
Class CompoundShapeChild

java.lang.Object
  extended by com.bulletphysics.collision.shapes.CompoundShapeChild

public class CompoundShapeChild
extends Object

Compound shape child.


Field Summary
 float childMargin
           
 CollisionShape childShape
           
 BroadphaseNativeType childShapeType
           
 Transform transform
           
 
Constructor Summary
CompoundShapeChild()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transform

public final Transform transform

childShape

public CollisionShape childShape

childShapeType

public BroadphaseNativeType childShapeType

childMargin

public float childMargin
Constructor Detail

CompoundShapeChild

public CompoundShapeChild()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object