Uses of Interface
org.ode4j.ode.DBallJoint

Packages that use DBallJoint
org.ode4j.cpp.internal USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API. 
org.ode4j.ode Public API for ode4j. 
 

Uses of DBallJoint in org.ode4j.cpp.internal
 

Methods in org.ode4j.cpp.internal that return DBallJoint
static DBallJoint ApiCppJoint.dJointCreateBall(DWorld w, DJointGroup g)
           
 

Methods in org.ode4j.cpp.internal with parameters of type DBallJoint
static void ApiCppJoint.dJointGetBallAnchor(DBallJoint j, DVector3 result)
           
static void ApiCppJoint.dJointGetBallAnchor2(DBallJoint j, DVector3 result)
           
static double ApiCppJoint.dJointGetBallParam(DBallJoint j, int parameter)
           
static void ApiCppJoint.dJointSetBallAnchor(DBallJoint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetBallAnchor2(DBallJoint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetBallParam(DBallJoint j, int parameter, double value)
           
 

Uses of DBallJoint in org.ode4j.ode
 

Methods in org.ode4j.ode that return DBallJoint
static DBallJoint OdeHelper.createBallJoint(DWorld world)
          Create a new joint of the ball type.
static DBallJoint OdeHelper.createBallJoint(DWorld world, DJointGroup group)
          Create a new joint of the ball type.