#include <GBoundingSphere.h>
Public Member Functions | |
GBoundingSphere () | |
GBoundingSphere (GVec4f _Center, float _Radius) | |
int | Draw (double time, double dtime, GMatrix16 *viewmatrix, GMatrix16 *worldmatrix, int FLAGS) |
int | Move (GVec4f v) |
int | MoveTo (GVec4f v) |
Public Attributes | |
GVec4f | Center |
float | Radius |
GBoundingSphere::GBoundingSphere | ( | ) |
GBoundingSphere::GBoundingSphere | ( | GVec4f | _Center, | |
float | _Radius | |||
) |
int GBoundingSphere::Draw | ( | double | time, | |
double | dtime, | |||
GMatrix16 * | viewmatrix, | |||
GMatrix16 * | worldmatrix, | |||
int | FLAGS | |||
) |
int GBoundingSphere::Move | ( | GVec4f | v | ) |
int GBoundingSphere::MoveTo | ( | GVec4f | v | ) |
float GBoundingSphere::Radius |