Structure representing a 3x3 transformation matrix. More...
#include <SRender-i.h>
Public Attributes | |
float | fMat [kMCount] |
Array of floats representing the matrix elements. | |
Structure representing a 3x3 transformation matrix.
Contains the elements of a 3x3 transformation matrix used for transformations.
Definition at line 973 of file SRender-i.h.
float _IxForm::fMat[kMCount] |
Array of floats representing the matrix elements.
Definition at line 975 of file SRender-i.h.