Box Class Reference

Object subclass for boxes (primitive). More...

Inheritance diagram for Box:

Inheritance graph
[legend]
Collaboration diagram for Box:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Box (const btVector3 &halfExtents, irr::scene::ISceneNode *node, btScalar mass)
 ctor


Detailed Description

Object subclass for boxes (primitive).

Constructor & Destructor Documentation

Box::Box ( const btVector3 &  halfExtents,
irr::scene::ISceneNode *  node,
btScalar  mass 
)

ctor

Parameters:
halfExtents half extent of the box
node Attached node
mass Mass of the object
It can't be stressed enough : the constructor use HALF extent.

If you pass it a (1, 4, 3) it will generate a box of extent (2, 8, 6) CENTERED at the position of the given node.

References Object::init().


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

Generated on Sat Jul 26 13:58:39 2008 for TFK:GE by  doxygen 1.5.5