#include <CPhysicsUpVector.h>
Inherits IPhysicsJoint.
Public Member Functions | |
| CPhysicsUpVector () | |
| Empty constructor for the joint. | |
| ~CPhysicsUpVector () | |
| void | init (NewtonWorld *world, SPhysicsUpVector *upVector) |
| This function initializes the up vector joint. | |
| void | setPin (vector3df pin) |
| This function sets the pin of the up vector joint. | |
| vector3df | getPin () |
| This function returns the pin of the up vector joint. | |
Static Private Attributes | |
| static f32 | m_breakForce |
| CPhysicsUpVector::CPhysicsUpVector | ( | ) |
Empty constructor for the joint.
| CPhysicsUpVector::~CPhysicsUpVector | ( | ) |
The destructor is also empty as the joint destruction is handled by the IPhysicsJoint base class.
| void CPhysicsUpVector::init | ( | NewtonWorld * | world, | |
| SPhysicsUpVector * | upVector | |||
| ) |
This function initializes the up vector joint.
| void CPhysicsUpVector::setPin | ( | vector3df | pin | ) |
This function sets the pin of the up vector joint.
| vector3df CPhysicsUpVector::getPin | ( | ) |
This function returns the pin of the up vector joint.
f32 CPhysicsUpVector::m_breakForce [static, private] |
1.5.1-p1