Uses of Class
org.xith3d.physics.simulation.joints.BallJoint

Packages that use BallJoint
org.xith3d.physics.simulation   
org.xith3d.physics.util   
 

Uses of BallJoint in org.xith3d.physics.simulation
 

Methods in org.xith3d.physics.simulation that return BallJoint
 BallJoint SimulationWorld.newBallJoint(Body body1, Body body2)
          Creates a new BallJoint.
protected abstract  BallJoint SimulationWorld.newBallJointImpl(Body body1, Body body2)
          Creates a new BallJoint.
 

Uses of BallJoint in org.xith3d.physics.util
 

Methods in org.xith3d.physics.util with parameters of type BallJoint
static BodyJointAnchorLink BodyJointAnchorLink.make(Body body, BallJoint joint, int anchorIndex)
          Creates a new BodyJointAnchorLink for a BallJoint.
static BodyJointAnchorLink BodyJointAnchorLink.make(Body body, BallJoint joint, int anchorIndex, float offsetX, float offsetY, float offsetZ)
          Creates a new BodyJointAnchorLink for a BallJoint.