com.jme3.bullet.collision.shapes.infos
Class ChildCollisionShape

java.lang.Object
  extended by com.jme3.bullet.collision.shapes.infos.ChildCollisionShape
All Implemented Interfaces:
Savable

public class ChildCollisionShape
extends java.lang.Object
implements Savable


Field Summary
 Vector3f location
           
 Matrix3f rotation
           
 CollisionShape shape
           
 
Constructor Summary
ChildCollisionShape()
           
ChildCollisionShape(Vector3f location, Matrix3f rotation, CollisionShape shape)
           
 
Method Summary
 void read(JmeImporter im)
           
 void write(JmeExporter ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public Vector3f location

rotation

public Matrix3f rotation

shape

public CollisionShape shape
Constructor Detail

ChildCollisionShape

public ChildCollisionShape()

ChildCollisionShape

public ChildCollisionShape(Vector3f location,
                           Matrix3f rotation,
                           CollisionShape shape)
Method Detail

write

public void write(JmeExporter ex)
           throws java.io.IOException
Specified by:
write in interface Savable
Throws:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
Specified by:
read in interface Savable
Throws:
java.io.IOException