|
Isle
|
[AI] Represents a bounding sphere in 3D space with center and radius. More...
#include <roi.h>
Public Member Functions | |
| const Vector3 & | Center () const |
| [AI] Const accessor for the center of the sphere. More... | |
| Vector3 & | Center () |
| [AI] Non-const accessor for the center of the sphere. More... | |
| const float & | Radius () const |
| [AI] Const accessor for the sphere radius. More... | |
| float & | Radius () |
| [AI] Non-const accessor for the sphere radius. More... | |
[AI] Represents a bounding sphere in 3D space with center and radius.
[AI] Used for fast object intersection tests, e.g. for culling or selecting objects in the world.
|
inline |
|
inline |
|
inline |
|
inline |