|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.physics.simulation.Joint
org.xith3d.physics.simulation.joints.FixedJoint
public abstract class FixedJoint
Insert type comment here.
| Constructor Summary | |
|---|---|
FixedJoint(Body body1,
Body body2)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getInfo()
|
abstract org.openmali.vecmath2.Matrix3f |
getInitialRotation()
|
abstract org.openmali.vecmath2.Vector3f |
getOffset()
|
java.lang.String |
getType()
|
abstract void |
setInitialRotation(float rotX,
float rotY,
float rotZ)
Sets the initial relative rotation. |
abstract void |
setInitialRotation(org.openmali.vecmath2.Matrix3f rot)
Sets the initial relative rotation. |
abstract void |
setOffset(float x,
float y,
float z)
Sets the point relative to body2. |
void |
setOffset(org.openmali.vecmath2.Tuple3f offset)
Sets the point relative to body2. |
| Methods inherited from class org.xith3d.physics.simulation.Joint |
|---|
getBody1, getBody2, getWorld, refresh |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedJoint(Body body1,
Body body2)
| Method Detail |
|---|
public final java.lang.String getType()
getType in class Jointpublic java.lang.String getInfo()
getInfo in class Joint
public abstract void setOffset(float x,
float y,
float z)
x - y - z - public final void setOffset(org.openmali.vecmath2.Tuple3f offset)
offset - public abstract org.openmali.vecmath2.Vector3f getOffset()
public abstract void setInitialRotation(org.openmali.vecmath2.Matrix3f rot)
rot -
public abstract void setInitialRotation(float rotX,
float rotY,
float rotZ)
rotX - rotY - rotZ - public abstract org.openmali.vecmath2.Matrix3f getInitialRotation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||