__init__(OdeWorld world) | OdeAMotorJoint | |
__init__(OdeWorld world, OdeJointGroup joint_group) | OdeAMotorJoint | |
addTorques(DReal torque1, DReal torque2, DReal torque3) | OdeAMotorJoint | |
attach(object body1, object body2) | OdeJoint | |
attachBodies(const OdeBody body1, const OdeBody body2) | OdeJoint | |
attachBody(const OdeBody body, int index) | OdeJoint | |
compareTo(const OdeJoint other) | OdeJoint | |
convert() | OdeJoint | |
convertToAMotor() | OdeJoint | |
convertToBall() | OdeJoint | |
convertToContact() | OdeJoint | |
convertToFixed() | OdeJoint | |
convertToHinge() | OdeJoint | |
convertToHinge2() | OdeJoint | |
convertToLMotor() | OdeJoint | |
convertToNull() | OdeJoint | |
convertToPlane2d() | OdeJoint | |
convertToSlider() | OdeJoint | |
convertToUniversal() | OdeJoint | |
destroy() | OdeJoint | |
detach() | OdeJoint | |
getAngle(int anum) | OdeAMotorJoint | |
getAngleRate(int anum) | OdeAMotorJoint | |
getAxes() | OdeAMotorJoint | |
getAxis(int anum) | OdeAMotorJoint | |
getAxisRel(int anum) | OdeAMotorJoint | |
getBody(int index) | OdeJoint | |
getClassType() | OdeAMotorJoint | static |
getFeedback() | OdeJoint | |
getId() | OdeJoint | |
getJointType() | OdeJoint | |
getMode() | OdeAMotorJoint | |
getNumAxes() | OdeAMotorJoint | |
getParamBounce(int axis) | OdeAMotorJoint | |
getParamCFM(int axis) | OdeAMotorJoint | |
getParamFMax(int axis) | OdeAMotorJoint | |
getParamFudgeFactor(int axis) | OdeAMotorJoint | |
getParamHiStop(int axis) | OdeAMotorJoint | |
getParamLoStop(int axis) | OdeAMotorJoint | |
getParamStopCFM(int axis) | OdeAMotorJoint | |
getParamStopERP(int axis) | OdeAMotorJoint | |
getParamVel(int axis) | OdeAMotorJoint | |
getType() | TypedObject | |
getTypeIndex() | TypedObject | |
isEmpty() | OdeJoint | |
isExactType(TypeHandle handle) | TypedObject | |
isOfType(TypeHandle handle) | TypedObject | |
JointType enum name | OdeJoint | |
JT_a_motor enum value | OdeJoint | |
JT_ball enum value | OdeJoint | |
JT_contact enum value | OdeJoint | |
JT_fixed enum value | OdeJoint | |
JT_hinge enum value | OdeJoint | |
JT_hinge2 enum value | OdeJoint | |
JT_l_motor enum value | OdeJoint | |
JT_none enum value | OdeJoint | |
JT_null enum value | OdeJoint | |
JT_plane2d enum value | OdeJoint | |
JT_slider enum value | OdeJoint | |
JT_universal enum value | OdeJoint | |
operator==(const OdeJoint other) | OdeJoint | |
setAngle(int anum, DReal angle) | OdeAMotorJoint | |
setAxis(int anum, int rel, const LVecBase3f axis) | OdeAMotorJoint | |
setAxis(int anum, int rel, DReal x, DReal y, DReal z) | OdeAMotorJoint | |
setFeedback(OdeJointFeedback) | OdeJoint | |
setFeedback(bool flag) | OdeJoint | |
setMode(int mode) | OdeAMotorJoint | |
setNumAxes(int num) | OdeAMotorJoint | |
setParamBounce(int axis, DReal val) | OdeAMotorJoint | |
setParamCFM(int axis, DReal val) | OdeAMotorJoint | |
setParamFMax(int axis, DReal val) | OdeAMotorJoint | |
setParamFudgeFactor(int axis, DReal val) | OdeAMotorJoint | |
setParamHiStop(int axis, DReal val) | OdeAMotorJoint | |
setParamLoStop(int axis, DReal val) | OdeAMotorJoint | |
setParamStopCFM(int axis, DReal val) | OdeAMotorJoint | |
setParamStopERP(int axis, DReal val) | OdeAMotorJoint | |
setParamVel(int axis, DReal val) | OdeAMotorJoint | |
type | TypedObject | |
write(Ostream out, unsigned int indent) | OdeJoint | |