#include <GBoundingBox.h>
Public Member Functions | |
int | ResetBounds (void) |
int | Draw (double time, double dtime, GMatrix16 *viewmatrix, GMatrix16 *worldmatrix, int FLAGS) |
int | Transform (GMatrix16 *m) |
int | Transform (GBone *root) |
int | QueryMinima (GVec4f *result) |
int | QueryMaxima (GVec4f *result) |
Public Attributes | |
GVec4f | minvalues |
GVec4f | maxvalues |
GVec4f | transformedminvalues |
GVec4f | transformedmaxvalues |
GVec4f | bounds [8] |
int GBoundingBox::Draw | ( | double | time, | |
double | dtime, | |||
GMatrix16 * | viewmatrix, | |||
GMatrix16 * | worldmatrix, | |||
int | FLAGS | |||
) |
int GBoundingBox::QueryMaxima | ( | GVec4f * | result | ) |
int GBoundingBox::QueryMinima | ( | GVec4f * | result | ) |
int GBoundingBox::ResetBounds | ( | void | ) |
int GBoundingBox::Transform | ( | GMatrix16 * | m | ) |
int GBoundingBox::Transform | ( | GBone * | root | ) |