Uses of Interface
org.ode4j.ode.DHingeJoint

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

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

Methods in org.ode4j.cpp.internal with parameters of type DHingeJoint
static void ApiCppJoint.dJointAddHingeTorque(DHingeJoint joint, double torque)
           
static void ApiCppJoint.dJointGetHingeAnchor(DHingeJoint j, DVector3 result)
           
static void ApiCppJoint.dJointGetHingeAnchor2(DHingeJoint j, DVector3 result)
           
static double ApiCppJoint.dJointGetHingeAngle(DHingeJoint j)
           
static double ApiCppJoint.dJointGetHingeAngleRate(DHingeJoint j)
           
static void ApiCppJoint.dJointGetHingeAxis(DHingeJoint j, DVector3 result)
           
static double ApiCppJoint.dJointGetHingeParam(DHingeJoint j, int parameter)
           
static void ApiCppJoint.dJointSetHingeAnchor(DHingeJoint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetHingeAxis(DHingeJoint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetHingeAxisOffset(DHingeJoint j, double x, double y, double z, double angle)
           
static void ApiCppJoint.dJointSetHingeParam(DHingeJoint j, int parameter, double value)
           
 

Uses of DHingeJoint in org.ode4j.ode
 

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