|
||||||||||
| 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.BallJoint
public abstract class BallJoint
Insert type comment here.
| Constructor Summary | |
|---|---|
BallJoint(Body body1,
Body body2)
|
|
| Method Summary | |
|---|---|
abstract org.openmali.vecmath2.Point3f |
getAnchor1()
|
abstract org.openmali.vecmath2.Point3f |
getAnchor2()
|
java.lang.String |
getInfo()
|
java.lang.String |
getType()
|
abstract void |
setAnchor1(float x,
float y,
float z)
Sets the bodyRelAnchor measured relative to body 1. |
void |
setAnchor1(org.openmali.vecmath2.Tuple3f anchor)
Sets the bodyRelAnchor measured relative to body 1. |
abstract void |
setAnchor2(float x,
float y,
float z)
Sets the bodyRelAnchor measured relative to body 2. |
void |
setAnchor2(org.openmali.vecmath2.Tuple3f anchor)
Sets the bodyRelAnchor measured relative to body 2. |
| 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 BallJoint(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 setAnchor1(float x,
float y,
float z)
x - y - z - public final void setAnchor1(org.openmali.vecmath2.Tuple3f anchor)
anchor - public abstract org.openmali.vecmath2.Point3f getAnchor1()
public abstract void setAnchor2(float x,
float y,
float z)
x - y - z - public final void setAnchor2(org.openmali.vecmath2.Tuple3f anchor)
anchor - public abstract org.openmali.vecmath2.Point3f getAnchor2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||