

#include <nitro/fx/fx_mtx43.h>
void MTX_MultVec43(const VecFx32* vec, const MtxFx43* m, VecFx32* dst);
| vec | Pointer to a vector. |
| m | Pointer to a 4x3 matrix. |
| dst | Pointer to a vector. |
None.
*This function premultiplies *m by *vec and stores the result in *dst. vec and dst can be pointers to the same vector.
2004/01/19 Initial version.
CONFIDENTIAL