Uses of Interface
org.ode4j.ode.DLMotorJoint

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

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

Methods in org.ode4j.cpp.internal with parameters of type DLMotorJoint
static void ApiCppJoint.dJointGetLMotorAxis(DLMotorJoint j, int anum, DVector3 result)
           
static int ApiCppJoint.dJointGetLMotorNumAxes(DLMotorJoint j)
           
static double ApiCppJoint.dJointGetLMotorParam(DLMotorJoint j, int parameter)
           
static void ApiCppJoint.dJointSetLMotorAxis(DLMotorJoint j, int anum, int rel, double x, double y, double z)
           
static void ApiCppJoint.dJointSetLMotorNumAxes(DLMotorJoint j, int num)
           
static void ApiCppJoint.dJointSetLMotorParam(DLMotorJoint j, int parameter, double value)
           
 

Uses of DLMotorJoint in org.ode4j.ode
 

Methods in org.ode4j.ode that return DLMotorJoint
static DLMotorJoint OdeHelper.createLMotorJoint(DWorld world)
          Create a new joint of the L-motor type.
static DLMotorJoint OdeHelper.createLMotorJoint(DWorld world, DJointGroup group)
          Create a new joint of the L-motor type.