JTNone | (JointType) |
JTBall | (JointType) |
JTHinge | (JointType) |
JTSlider | (JointType) |
JTContact | (JointType) |
JTUniversal | (JointType) |
JTHinge2 | (JointType) |
JTFixed | (JointType) |
JTNull | (JointType) |
JTAMotor | (JointType) |
JTLMotor | (JointType) |
JTPlane2d | (JointType) |
addForce void OdeSliderJoint::add_force(float force); Undocumented function. |
getAxis LVecBase3f OdeSliderJoint::get_axis(void) const; Undocumented function. |
getClassType static TypeHandle OdeSliderJoint::get_class_type(void); Undocumented function. |
getParamBounce float OdeSliderJoint::get_param_bounce(void) const; Undocumented function. |
getParamCFM float OdeSliderJoint::get_param_CFM(void) const; Undocumented function. |
getParamFMax float OdeSliderJoint::get_param_f_max(void) const; Undocumented function. |
getParamFudgeFactor float OdeSliderJoint::get_param_fudge_factor(void) const; Undocumented function. |
getParamHiStop float OdeSliderJoint::get_param_hi_stop(void) const; Undocumented function. |
getParamLoStop float OdeSliderJoint::get_param_lo_stop(void) const; Undocumented function. |
getParamStopCFM float OdeSliderJoint::get_param_stop_CFM(void) const; Undocumented function. |
getParamStopERP float OdeSliderJoint::get_param_stop_ERP(void) const; Undocumented function. |
getParamVel float OdeSliderJoint::get_param_vel(void) const; Undocumented function. |
getPosition float OdeSliderJoint::get_position(void) const; Undocumented function. |
getPositionRate float OdeSliderJoint::get_position_rate(void) const; Undocumented function. |
setAxis void OdeSliderJoint::set_axis(float x, float y, float z); Filename: odeSliderJoint.I Created by: joswilso (27Dec06) PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. All rights reserved. All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE." |
setAxisDelta void OdeSliderJoint::set_axis_delta(float x, float y, float z, float ax, float ay, float az); Undocumented function. |
setParamBounce void OdeSliderJoint::set_param_bounce(float val); Undocumented function. |
setParamCFM void OdeSliderJoint::set_param_CFM(float val); Undocumented function. |
setParamFMax void OdeSliderJoint::set_param_f_max(float val); Undocumented function. |
setParamFudgeFactor void OdeSliderJoint::set_param_fudge_factor(float val); Undocumented function. |
setParamHiStop void OdeSliderJoint::set_param_hi_stop(float val); Undocumented function. |
setParamLoStop void OdeSliderJoint::set_param_lo_stop(float val); Undocumented function. |
setParamStopCFM void OdeSliderJoint::set_param_stop_CFM(float val); Undocumented function. |
setParamStopERP void OdeSliderJoint::set_param_stop_ERP(float val); Undocumented function. |
setParamVel void OdeSliderJoint::set_param_vel(float val); Undocumented function. |
attachBodies void OdeJoint::attach_bodies(OdeBody const &body1, OdeBody const &body2); Undocumented function. |
attachBody void OdeJoint::attach_body(OdeBody const &body, int index); Undocumented function. |
compareTo int OdeJoint::compare_to(OdeJoint const &other) const; Undocumented function. |
convertToAMotor OdeAMotorJoint OdeJoint::convert_to_a_motor(void) const; Undocumented function. |
convertToBall OdeBallJoint OdeJoint::convert_to_ball(void) const; Undocumented function. |
convertToContact OdeContactJoint OdeJoint::convert_to_contact(void) const; Undocumented function. |
convertToFixed OdeFixedJoint OdeJoint::convert_to_fixed(void) const; Undocumented function. |
convertToHinge OdeHingeJoint OdeJoint::convert_to_hinge(void) const; Undocumented function. |
convertToHinge2 OdeHinge2Joint OdeJoint::convert_to_hinge2(void) const; Undocumented function. |
convertToLMotor OdeLMotorJoint OdeJoint::convert_to_l_motor(void) const; Undocumented function. |
convertToNull OdeNullJoint OdeJoint::convert_to_null(void) const; Undocumented function. |
convertToPlane2d OdePlane2dJoint OdeJoint::convert_to_plane2d(void) const; Undocumented function. |
convertToSlider OdeSliderJoint OdeJoint::convert_to_slider(void) const; Undocumented function. |
convertToUniversal OdeUniversalJoint OdeJoint::convert_to_universal(void) const; Undocumented function. |
destroy void OdeJoint::destroy(void); Undocumented function. |
detach void OdeJoint::detach(void); Undocumented function. |
getBody OdeBody OdeJoint::get_body(int index) const; Undocumented function. |
getClassType static TypeHandle OdeJoint::get_class_type(void); Undocumented function. |
getJointType int OdeJoint::get_joint_type(void) const; * INLINE void *get_data(); */ |
operator == bool OdeJoint::operator ==(OdeJoint const &other) const; Undocumented function. |
write virtual void OdeJoint::write(ostream &out = (cout), unsigned int indent = (0)) const; Undocumented function. |
getClassType static TypeHandle TypedObject::get_class_type(void); Undocumented function. |
getType virtual TypeHandle TypedObject::get_type(void) const = 0; Derived classes should override this function to return get_class_type(). |
getTypeIndex int TypedObject::get_type_index(void) const; Description: Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. This is equivalent to get_type().get_index(). |
isExactType bool TypedObject::is_exact_type(TypeHandle handle) const; Description: Returns true if the current object is the indicated type exactly. |
isOfType bool TypedObject::is_of_type(TypeHandle handle) const; Description: Returns true if the current object is or derives from the indicated type. |