|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.bullet.collision.shapes.infos.ChildCollisionShape
public class ChildCollisionShape
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 |
---|
public Vector3f location
public Matrix3f rotation
public CollisionShape shape
Constructor Detail |
---|
public ChildCollisionShape()
public ChildCollisionShape(Vector3f location, Matrix3f rotation, CollisionShape shape)
Method Detail |
---|
public void write(JmeExporter ex) throws java.io.IOException
write
in interface Savable
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
read
in interface Savable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |