ROMtx, ROMtxPtr

C Specification

#include <revolution/mtx/GeoTypes.h>
typedef f32 ROMtx[4][3];

typedef f32 (*ROMtxPtr)[3];

Arguments

None.

Return Values

None.

Description

ROMtxis a column-major representation of the standard Mtx structure. It is not a true transpose, as it is a 4x3 matrix. These structures are only accepted by functions that explicitly require reordered matrices, such as PSMTXROMultVecArray.

PSMTXReorder will quickly generate a reordered matrix from a standard Mtx structure.

See Also

PSMTXReorder, PSMTXROMultVecArray

Revision History

03/01/2006 Initial version.