MTX_MultVec43


C Specification

#include <nitro/fx/fx_mtx43.h>

void MTX_MultVec43(const VecFx32* vec, const MtxFx43* m, VecFx32* dst);
    

Description

This function premultiplies *m by *vec and stores the result in *dst.

Arguments

vec   The pointer to a vector.
m   The pointer to a 4x3 matrix.
dst   The pointer to a vector.

Return Values

None.

See Also

MtxFx43, fx32

Revision History

10/19/2004 Corrected #include statement.
01/19/2004 Initial version.