C4 Engine
C4 Engine API Documentation

class BoundingSphere

Defined in:  C4Sphere.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