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 align="left">ROMtx, ROMtxPtr</H1> 12<H2 align="left">C Specification</H2> 13<BLOCKQUOTE><CODE><code>#include <revolution/mtx/GeoTypes.h></CODE></CODE></BLOCKQUOTE> 14<BLOCKQUOTE><CODE><CODE>typedef f32 ROMtx[4][3];<BR> <BR> typedef f32 (*ROMtxPtr)[3];</CODE></CODE></BLOCKQUOTE> 15<H2 align="left">Arguments</H2> 16<P align="left">None.</P> 17<H2 align="left">Return Values</H2> 18<P align="left">None.</P> 19<H2 align="left">Description</H2> 20<P><strong>ROMtx</strong>is a column-major representation of the standard <code><a href="Mtx_MtxPtr.html">Mtx</a></code> 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 <code><a href="../Paired_Singles/PSMTXROMultVecArray.html">PSMTXROMultVecArray</a></code>.</P> 21<P><a href="../Paired_Singles/PSMTXReorder.html"><code>PSMTXReorder</code></a> will quickly generate a reordered matrix from a standard <code><a href="Mtx_MtxPtr.html">Mtx</a></code> structure.</P> 22 23 24<H2 align="left">See Also</H2> 25<P><CODE><A href="../Paired_Singles/PSMTXReorder.html">PSMTXReorder</A>, <A href="../Paired_Singles/PSMTXROMultVecArray.html">PSMTXROMultVecArray</A></CODE></P> 26<H2>Revision History</H2> 27<P>03/01/2006 Initial version.</P> 28</BODY> 29</HTML>