MTX_Concat43

Syntax

#include <nitro/fx/fx_mtx43.h>

void MTX_Concat43(const MtxFx43* a, const MtxFx43* b, MtxFx43* ab);

Arguments

a Pointer to a 4x3 matrix.
b Pointer to a 4x3 matrix.
ab Pointer to a 4x3 matrix.

Return Values

None.

Description

This function multiplies the 4x3 matrix *a from the right by *b and stores the result in *ab. a, b, and ab can be pointers to the same matrix.

See Also

MtxFx43, fx32

Revision History

2004/01/19 Initial version.


CONFIDENTIAL