PixelLightAPI
.
|
Abstract PL physics chamfer cylinder body. More...
#include <BodyChamferCylinder.h>
Public Member Functions | |
virtual PLPHYSICS_API | ~BodyChamferCylinder () |
Destructor. | |
PLPHYSICS_API float | GetRadius () const |
Returns the chamfer cylinder radius at the base. | |
PLPHYSICS_API float | GetHeight () const |
Returns the chamfer cylinder height along the x local axis from base to top. | |
Protected Member Functions | |
PLPHYSICS_API | BodyChamferCylinder (World &cWorld, BodyImpl &cBodyImpl, float fRadius, float fHeight) |
Constructor. | |
Protected Attributes | |
float | m_fRadius |
float | m_fHeight |
Abstract PL physics chamfer cylinder body.
virtual PLPHYSICS_API PLPhysics::BodyChamferCylinder::~BodyChamferCylinder | ( | ) | [virtual] |
Destructor.
PLPHYSICS_API PLPhysics::BodyChamferCylinder::BodyChamferCylinder | ( | World & | cWorld, |
BodyImpl & | cBodyImpl, | ||
float | fRadius, | ||
float | fHeight | ||
) | [protected] |
Constructor.
[in] | cWorld | World this body is in |
[in] | cBodyImpl | Reference to the physics API specific body implementation |
[in] | fRadius | Chamfer cylinder radius at the base |
[in] | fHeight | Chamfer cylinder height along the x local axis from base to top |
PLPHYSICS_API float PLPhysics::BodyChamferCylinder::GetRadius | ( | ) | const |
Returns the chamfer cylinder radius at the base.
PLPHYSICS_API float PLPhysics::BodyChamferCylinder::GetHeight | ( | ) | const |
Returns the chamfer cylinder height along the x local axis from base to top.
float PLPhysics::BodyChamferCylinder::m_fRadius [protected] |
Chamfer cylinder radius at the base
float PLPhysics::BodyChamferCylinder::m_fHeight [protected] |
Chamfer cylinder height along the x local axis from base to top
|