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