PixelLightAPI  .
Public Member Functions | Protected Member Functions | Protected Attributes
PLPhysics::BodyChamferCylinder Class Reference

Abstract PL physics chamfer cylinder body. More...

#include <BodyChamferCylinder.h>

Inheritance diagram for PLPhysics::BodyChamferCylinder:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

Abstract PL physics chamfer cylinder body.


Constructor & Destructor Documentation

virtual PLPHYSICS_API PLPhysics::BodyChamferCylinder::~BodyChamferCylinder ( ) [virtual]

Destructor.

PLPHYSICS_API PLPhysics::BodyChamferCylinder::BodyChamferCylinder ( World cWorld,
BodyImpl &  cBodyImpl,
float  fRadius,
float  fHeight 
) [protected]

Constructor.

Parameters:
[in]cWorldWorld this body is in
[in]cBodyImplReference to the physics API specific body implementation
[in]fRadiusChamfer cylinder radius at the base
[in]fHeightChamfer cylinder height along the x local axis from base to top

Member Function Documentation

PLPHYSICS_API float PLPhysics::BodyChamferCylinder::GetRadius ( ) const

Returns the chamfer cylinder radius at the base.

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.

Returns:
The chamfer cylinder height along the x local axis from base to top

Member Data Documentation

Chamfer cylinder radius at the base

Chamfer cylinder height along the x local axis from base to top


The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:37
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported