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

Abstract PL physics box body. More...

#include <BodyBox.h>

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

List of all members.

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

Detailed Description

Abstract PL physics box body.


Constructor & Destructor Documentation

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

Destructor.

PLPHYSICS_API PLPhysics::BodyBox::BodyBox ( World cWorld,
BodyImpl &  cBodyImpl,
const PLMath::Vector3 vDimension 
) [protected]

Constructor.

Parameters:
[in]cWorldWorld this body is in
[in]cBodyImplReference to the physics API specific body implementation
[in]vDimensionBox dimension

Member Function Documentation

PLPHYSICS_API const PLMath::Vector3& PLPhysics::BodyBox::GetDimension ( ) const

Returns the box dimension.

Returns:
The box dimension

Member Data Documentation

Box dimension


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


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:21
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported