Uses of Interface
org.ode4j.ode.DHinge2Joint

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

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

Methods in org.ode4j.cpp.internal with parameters of type DHinge2Joint
static void ApiCppJoint.dJointGetHinge2Anchor(DHinge2Joint j, DVector3 result)
           
static void ApiCppJoint.dJointGetHinge2Anchor2(DHinge2Joint j, DVector3 result)
           
static double ApiCppJoint.dJointGetHinge2Angle1(DHinge2Joint j)
           
static double ApiCppJoint.dJointGetHinge2Angle1Rate(DHinge2Joint j)
           
static double ApiCppJoint.dJointGetHinge2Angle2Rate(DHinge2Joint j)
           
static void ApiCppJoint.dJointGetHinge2Axis1(DHinge2Joint j, DVector3 result)
           
static void ApiCppJoint.dJointGetHinge2Axis2(DHinge2Joint j, DVector3 result)
           
static double ApiCppJoint.dJointGetHinge2Param(DHinge2Joint j, int parameter)
           
static void ApiCppJoint.dJointSetHinge2Anchor(DHinge2Joint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetHinge2Axis1(DHinge2Joint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetHinge2Axis2(DHinge2Joint j, double x, double y, double z)
           
static void ApiCppJoint.dJointSetHinge2Param(DHinge2Joint j, int parameter, double value)
           
 

Uses of DHinge2Joint in org.ode4j.ode
 

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