C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

class BoundingEllipsoid

Defined in:  C4Bounding.h
The BoundingEllipsoid class encapsulates an oriented bounding ellipsoid.
Definition

class BoundingEllipsoid

Member Functions
BoundingEllipsoid::Calculate Calculates a bounding ellipsoid for a set of vertices.
Constructor

BoundingEllipsoid(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 ellipsoid.
Description


See Also

BoundingBox

BoundingSphere

BoundingCylinder