#include <ivfmath/IvfBoundingSphere.h>
Inheritance diagram for CIvfBoundingSphere:
Public Member Functions | |
CIvfBoundingSphere () | |
virtual | ~CIvfBoundingSphere () |
IvfClassInfo ("CIvfBoundingSphere", CIvfMathBase) | |
void | setRadius (double radius) |
double | getRadius () |
void | getGlobalPosition (double &x, double &y, double &z) |
void | setGlobalPosition (double x, double y, double z) |
CIvfBoundingSphere defines a bounding sphere used together with the CIvfCulledScene class.
Definition at line 37 of file IvfBoundingSphere.h.
|
CIvfBounding sphere constructor |
|
CIvfBounding sphere destructor |
|
Sets the global position of the bounding sphere. |
|
Returns the bounding sphere radius. The bounding sphere radius is initially set to 0.0. |
|
Returns the global position of the bounding sphere. Global position is initially set to (0, 0, 0) |
|
Set the bounding sphere radius. |