class BoundingSphere
Defined in:
The C4Sphere.h
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