Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <Joint.h>
Public Member Functions | |
HingeJoint () | |
HingeJoint (const std::string &name) | |
virtual void | setLimits (f32 lowerLimit, f32 upperLimit) |
virtual | ~HingeJoint () |
Protected Member Functions | |
void | initProperties () |
Protected Attributes | |
f32 | mLowerLimit |
f32 | mUpperLimit |
physics::HingeJoint::HingeJoint | ( | ) |
References initProperties(), physics::JT_HINGE, and physics::Joint::mJointType.
physics::HingeJoint::HingeJoint | ( | const std::string & | name | ) |
References initProperties(), physics::JT_HINGE, and physics::Joint::mJointType.
physics::HingeJoint::~HingeJoint | ( | ) | [virtual] |
void physics::HingeJoint::initProperties | ( | ) | [protected] |
Reimplemented from physics::Joint.
References core::FLOAT_MAX, mLowerLimit, and mUpperLimit.
Referenced by HingeJoint().
References mLowerLimit, and mUpperLimit.
f32 physics::HingeJoint::mLowerLimit [protected] |
Referenced by initProperties(), and setLimits().
f32 physics::HingeJoint::mUpperLimit [protected] |
Referenced by initProperties(), and setLimits().
The KG Game Engine
Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:08 by
Doxygen
(1.7.4)
|