C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

class BoundingBox

Defined in:  C4Bounding.h
The BoundingBox class encapsulates an oriented bounding box.
Definition

class BoundingBox

Member Functions
BoundingBox::Calculate Calculates a bounding box for a set of vertices.
Constructor

BoundingBox(const Point3D& center, const Vector3D *axis);

Parameters
center The center of the bounding box.
axis A pointer to an array of three vectors represent the semi-axes of the bounding box.
Description


See Also

BoundingSphere

BoundingEllipsoid

BoundingCylinder