

#include <nitro/fx/fx_mtx33.h>
void MTX_Concat33(const MtxFx33* a, const MtxFx33* b, MtxFx33* ab);
| a | Pointer to a 3x3 matrix. |
| b | Pointer to a 3x3 matrix. |
| ab | Pointer to a 3x3 matrix. |
None.
This function multiplies the 3x3 matrix *a from the right by *b and stores the result in *ab. a, b, and ab can be pointers to the same matrix.
2004/01/19 Initial version.
CONFIDENTIAL