C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

class BoundingSphere

Defined in:  C4Bounding.h
The BoundingSphere class encapsulates a bounding sphere.
Definition

class BoundingSphere

Member Functions
BoundingSphere::Calculate Calculates a bounding sphere for a set of vertices.
Constructor

BoundingSphere(const Point3D& center, float radius);

Parameters
center The center of the bounding sphere.
radius The radius of the bounding sphere.
Description


See Also

BoundingBox

BoundingEllipsoid

BoundingCylinder