#include <vhdSphere.h>
Public Member Functions | |
vhdSphere () | |
vhdSphere (const vhdVector3 ¢er, vhtReal radius) | |
vhtReal | getRadius (void) const |
void | setRadius (vhtReal radius) |
vhdVector3 | getCenter (void) const |
void | setCenter (const vhdVector3 ¢er) |
Protected Attributes | |
vhtReal | mRadius |
vhdVector3 | mCenter |
vhdSphere::vhdSphere | ( | ) | [inline] |
vhdSphere::vhdSphere | ( | const vhdVector3 & | center, | |
vhtReal | radius | |||
) | [inline] |
vhtReal vhdSphere::getRadius | ( | void | ) | const [inline] |
void vhdSphere::setRadius | ( | vhtReal | radius | ) | [inline] |
vhdVector3 vhdSphere::getCenter | ( | void | ) | const [inline] |
void vhdSphere::setCenter | ( | const vhdVector3 & | center | ) | [inline] |
vhtReal vhdSphere::mRadius [protected] |
vhdVector3 vhdSphere::mCenter [protected] |