- Cal3D 0.11 API Reference - |
The bounding box class. More...
#include <vector.h>
Public Member Functions | |
void | computePoints (CalVector *p) |
Computes points of a bounding box. More... | |
Public Attributes | |
CalPlane | plane [6] |
The bounding box class.
void CalBoundingBox::computePoints | ( | CalVector * | p | ) |
Computes points of a bounding box.
This function computes the 8 points of a bounding box.
p | A pointer to CalVector[8], the 8 points of the bounding box |