PixelLightAPI
.
|
Abstract PL physics box body. More...
#include <BodyBox.h>
Public Member Functions | |
virtual PLPHYSICS_API | ~BodyBox () |
Destructor. | |
PLPHYSICS_API const PLMath::Vector3 & | GetDimension () const |
Returns the box dimension. | |
Protected Member Functions | |
PLPHYSICS_API | BodyBox (World &cWorld, BodyImpl &cBodyImpl, const PLMath::Vector3 &vDimension) |
Constructor. | |
Protected Attributes | |
PLMath::Vector3 | m_vDimension |
Abstract PL physics box body.
virtual PLPHYSICS_API PLPhysics::BodyBox::~BodyBox | ( | ) | [virtual] |
Destructor.
PLPHYSICS_API PLPhysics::BodyBox::BodyBox | ( | World & | cWorld, |
BodyImpl & | cBodyImpl, | ||
const PLMath::Vector3 & | vDimension | ||
) | [protected] |
Constructor.
[in] | cWorld | World this body is in |
[in] | cBodyImpl | Reference to the physics API specific body implementation |
[in] | vDimension | Box dimension |
PLPHYSICS_API const PLMath::Vector3& PLPhysics::BodyBox::GetDimension | ( | ) | const |
Returns the box dimension.
PLMath::Vector3 PLPhysics::BodyBox::m_vDimension [protected] |
Box dimension
|