#include <rdSIMMUtilities.h>
Static Public Member Functions | |
| int | LoadBone (const char *aFileName, double rBoundingBox[6], int &rNumVert, double *&rVerts, double *&rNormals, int &rNumFaces, int *&rFaceCounts, int *&rFaces) |
| Load a SIMM bone from file. | |
Static Public Attributes | |
| const double | PI = acos(-1.0) |
| const double | RTD |
| const double | DTR |
| const double | SMALL |
| const double | ZERO |
| const double | NAN |
| const double | INF |
|
||||||||||||||||||||||||||||||||||||
|
Load a SIMM bone from file. The file must be in ASCII format. Memory for the vertices, normals, face counts, and faces is allocated. The caller is responsible for deleting this memory.
|
1.3