public class SimplexCollisionShape extends CollisionShape
cShape, margin, scale
Constructor and Description |
---|
SimplexCollisionShape() |
SimplexCollisionShape(Vector3f point1) |
SimplexCollisionShape(Vector3f point1,
Vector3f point2) |
SimplexCollisionShape(Vector3f point1,
Vector3f point2,
Vector3f point3) |
SimplexCollisionShape(Vector3f point1,
Vector3f point2,
Vector3f point3,
Vector3f point4) |
Modifier and Type | Method and Description |
---|---|
protected void |
createShape() |
void |
read(JmeImporter im) |
void |
write(JmeExporter ex) |
calculateLocalInertia, getCShape, getDefaultMargin, getMargin, getScale, setCShape, setDefaultMargin, setMargin, setScale
public SimplexCollisionShape()
public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3, Vector3f point4)
public SimplexCollisionShape(Vector3f point1, Vector3f point2, Vector3f point3)
public SimplexCollisionShape(Vector3f point1)
public void write(JmeExporter ex) throws java.io.IOException
write
in interface Savable
write
in class CollisionShape
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
read
in interface Savable
read
in class CollisionShape
java.io.IOException
protected void createShape()