ROMtx, ROMtxPtr

Syntax

#include <revolution/mtx/GeoTypes.h>

typedef f32 ROMtx[4][3];

typedef f32 (*ROMtxPtr)[3];

Arguments

None.

Return Values

None.

Description

ROMtx is 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 the PSMTXROMultVecArray function.

PSMTXReorder will quickly generate a reordered (column and row) matrix from a standard Mtx structure.

See Also

PSMTXReorder, PSMTXROMultVecArray

Revision History

2006/03/01 Initial version.


CONFIDENTIAL