True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

void TA::CollisionObjectConvex::InitialiseAsABox (
float   fSizeX,
float   fSizeY,
float   fSizeZ
 

Call this function to initialise the convex object in the shape of a box.

See also:
CollisionObjectConvex::Initialise(), CollisionObjectConvex::InitialiseAsABox(const AABB& aabb), CollisionObjectConvex::InitialiseAsAnOrientedBox, CollisionObjectConvex::InitialiseFromPointList, CollisionObjectConvex::InitialiseFromPlaneList and CollisionObjectConvex::InitialiseFromConvexHull.
Parameters:
fSizeX
The X dimension of the box.
fSizeY
The Y dimension of the box.
fSizeZ
The Z dimension of the box.
Examples:
CarTemplateExample.cpp.



© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.