PixelLightAPI
.
|
Abstract PL physics up vector joint. More...
#include <JointUpVector.h>
Public Member Functions | |
virtual PLPHYSICS_API | ~JointUpVector () |
Destructor. | |
PLPHYSICS_API const PLMath::Vector3 & | GetPinDir () const |
Returns the aligning vector in world space. | |
Protected Member Functions | |
PLPHYSICS_API | JointUpVector (World &cWorld, JointImpl &cJointImpl, Body &cParentBody, const PLMath::Vector3 &vPinDir) |
Constructor. | |
Protected Attributes | |
PLMath::Vector3 | m_vPinDir |
Abstract PL physics up vector joint.
virtual PLPHYSICS_API PLPhysics::JointUpVector::~JointUpVector | ( | ) | [virtual] |
Destructor.
PLPHYSICS_API PLPhysics::JointUpVector::JointUpVector | ( | World & | cWorld, |
JointImpl & | cJointImpl, | ||
Body & | cParentBody, | ||
const PLMath::Vector3 & | vPinDir | ||
) | [protected] |
Constructor.
[in] | cWorld | World this joint is in |
[in] | cJointImpl | Reference to the physics API specific joint implementation |
[in] | cParentBody | Reference to the parent rigid body |
[in] | vPinDir | The aligning vector in world space |
PLPHYSICS_API const PLMath::Vector3& PLPhysics::JointUpVector::GetPinDir | ( | ) | const |
Returns the aligning vector in world space.
PLMath::Vector3 PLPhysics::JointUpVector::m_vPinDir [protected] |
The aligning vector in world space
|