#include <DGeometry.h>
Inheritance diagram for DMatrix:
TODO: Detailed Class Description
Public Member Functions | |
DMatrix (void) | |
Constructor. | |
void | Identity (void) |
Identity. | |
void | PostTranslate (float x, float y, float z) |
Post Translation. | |
void | PostRotate (float alpha, float x, float y, float z) |
Post Rotation. | |
void | PostRotateX (float alpha) |
Post Rotation. | |
void | PostRotateY (float alpha) |
Post Rotation. | |
void | PostRotateZ (float alpha) |
Post Rotation. | |
void | Transform (float *vec) |
Post Rotation. | |
void | Transform (float &x, float &y, float &z) |
Post Rotation. | |
Public Attributes | |
float * | m |
The data. |
|
Constructor. TODO: detailed description. |
|
Identity. TODO: detailed description. |
|
Post Rotation. TODO: detailed description. |
|
Post Rotation. TODO: detailed description. |
|
Post Rotation. TODO: detailed description. |
|
Post Translation. TODO: detailed description. |
|
Post Rotation. TODO: detailed description. |
|
Post Rotation. TODO: detailed description. |