vtdata library
|
Public Member Functions | |
FSphere (const FBox3 &src) | |
FSphere (const FPoint3 &p, float fRadius) | |
const FSphere & | operator= (const FSphere &rhs) |
void | Set (const FPoint3 &p, float fRadius) |
void | SetToZero () |
void | GrowToContain (const FSphere &sh) |
bool | operator== (const FSphere &v) const |
bool | operator!= (const FSphere &v) const |
Public Attributes | |
FPoint3 | center |
float | radius |
A sphere, represented as a center and radius. Single-precision.