1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8<TITLE>ROMtx, ROMtxPtr</TITLE> 9</HEAD> 10<BODY> 11<H1>ROMtx, ROMtxPtr</H1> 12 13<H2>Syntax</H2> 14<dl><dd><pre class="construction"> 15#include <revolution/mtx/GeoTypes.h> 16 17typedef f32 ROMtx[4][3]; 18 19typedef f32 (*ROMtxPtr)[3]; 20</pre></dd></dl> 21 22<H2>Arguments</H2> 23<P>None.</P> 24 25<H2>Return Values</H2> 26<P>None.</P> 27 28<H2>Description</H2> 29<P><STRONG>ROMtx</STRONG> is a column-major representation of the standard <A href="Mtx_MtxPtr.html"><CODE>Mtx</CODE></A> 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 <A href="../Paired_Singles/PSMTXROMultVecArray.html"><CODE>PSMTXROMultVecArray</CODE></A> function.</P> 30<P><A href="../Paired_Singles/PSMTXReorder.html"><CODE>PSMTXReorder</CODE></A> will quickly generate a reordered (column and row) matrix from a standard <A href="Mtx_MtxPtr.html"><CODE>Mtx</CODE></A> structure.</P> 31 32<H2>See Also</H2> 33<P class="reference"> 34<A href="../Paired_Singles/PSMTXReorder.html">PSMTXReorder</A>, 35<A href="../Paired_Singles/PSMTXROMultVecArray.html">PSMTXROMultVecArray</A> 36</P> 37 38<H2>Revision History</H2> 39<P> 402006/03/01 Initial version.<br> 41</P> 42 43<hr><p>CONFIDENTIAL</p></body> 44</HTML>