Uses of Interface
org.ode4j.ode.DPRJoint

Packages that use DPRJoint
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 DPRJoint in org.ode4j.cpp.internal
 

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

Methods in org.ode4j.cpp.internal with parameters of type DPRJoint
static void ApiCppJoint.dJointAddPRTorque(DPRJoint j, double torque)
           
static void ApiCppJoint.dJointGetPRAnchor(DPRJoint j, DVector3 result)
           
static double ApiCppJoint.dJointGetPRAngle(DPRJoint j)
           
static double ApiCppJoint.dJointGetPRAngleRate(DPRJoint j)
           
static void ApiCppJoint.dJointGetPRAxis1(DPRJoint j, DVector3 result)
           
static void ApiCppJoint.dJointGetPRAxis2(DPRJoint j, DVector3 result)
           
static double ApiCppJoint.dJointGetPRParam(DPRJoint j, int d_param_names)
           
static double ApiCppJoint.dJointGetPRPosition(DPRJoint j)
           
static double ApiCppJoint.dJointGetPRPositionRate(DPRJoint j)
           
static void ApiCppJoint.dJointSetPRAnchor(DPRJoint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetPRAxis1(DPRJoint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetPRAxis2(DPRJoint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetPRParam(DPRJoint j, int parameter, double value)
           
 

Uses of DPRJoint in org.ode4j.ode
 

Methods in org.ode4j.ode that return DPRJoint
static DPRJoint OdeHelper.createPRJoint(DWorld world)
          Create a new joint of the PR (Prismatic and Rotoide) type.
static DPRJoint OdeHelper.createPRJoint(DWorld world, DJointGroup group)
          Create a new joint of the PR (Prismatic and Rotoide) type.