Uses of Interface
org.ode4j.ode.DAMotorJoint

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

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

Methods in org.ode4j.cpp.internal with parameters of type DAMotorJoint
static void ApiCppJoint.dJointAddAMotorTorques(DAMotorJoint j, double torque1, double torque2, double torque3)
           
static double ApiCppJoint.dJointGetAMotorAngle(DAMotorJoint j, int anum)
           
static double ApiCppJoint.dJointGetAMotorAngleRate(DAMotorJoint j, int anum)
           
static void ApiCppJoint.dJointGetAMotorAxis(DAMotorJoint j, int anum, DVector3 result)
           
static int ApiCppJoint.dJointGetAMotorAxisRel(DAMotorJoint j, int anum)
           
static DAMotorJoint.AMotorMode ApiCppJoint.dJointGetAMotorMode(DAMotorJoint j)
           
static int ApiCppJoint.dJointGetAMotorNumAxes(DAMotorJoint j)
           
static double ApiCppJoint.dJointGetAMotorParam(DAMotorJoint j, int parameter)
           
static void ApiCppJoint.dJointSetAMotorAngle(DAMotorJoint j, int anum, double angle)
           
static void ApiCppJoint.dJointSetAMotorAxis(DAMotorJoint j, int anum, int rel, double x, double y, double z)
           
static void ApiCppJoint.dJointSetAMotorMode(DAMotorJoint j, int mode)
           
static void ApiCppJoint.dJointSetAMotorNumAxes(DAMotorJoint j, int num)
           
static void ApiCppJoint.dJointSetAMotorParam(DAMotorJoint j, int parameter, double value)
           
 

Uses of DAMotorJoint in org.ode4j.ode
 

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