#include <revolution/mtx/GeoTypes.h> typedef f32 ROMtx[4][3]; typedef f32 (*ROMtxPtr)[3];
None.
None.
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.
PSMTXReorder, PSMTXROMultVecArray
2006/03/01 Initial version.
CONFIDENTIAL