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>MTXCopy</TITLE> 9</HEAD> 10<BODY> 11<H1 align="left">MTXCopy</H1> 12<H2 align="left">C Specification</H2> 13<P align="left"><CODE><CODE> #include <revolution/mtx.h> <BR> <BR> void C_MTXCopy ( const Mtx <EM>src</EM>, Mtx <EM>dst</EM> );<BR> void PSMTXCopy ( const Mtx <EM>src</EM>, Mtx <EM>dst</EM> );<BR> <BR> #define MTXCopy C_MTXCopy // for debug build<BR> #define MTXCopy PSMTXCopy // for nondebug build</CODE></CODE></P> 14<H2 align="left">Arguments</H2> 15<DIV align="left"> 16<TABLE border="1" cellpadding="3" cellspacing="0.1"> 17 <TBODY> 18 <TR> 19<TD width="120" valign="top" align="left" bgcolor="#ffffe8"><CODE><STRONG><EM>src</EM></STRONG></CODE></TD> 20<TD width="520" valign="top" align="left">Source matrix for copy. <code><em><strong>src</strong></em></code> may be either an <A href="../structures/Mtx_MtxPtr.html"><CODE>Mtx</CODE></A> or an <A href="../structures/Mtx_MtxPtr.html"><CODE>MtxPtr</CODE></A>.</TD> 21 </TR> 22 <TR> 23<TD width="120" valign="top" align="left" bgcolor="#ffffe8"><CODE><STRONG><EM>dst</EM></STRONG></CODE></TD> 24<TD width="520">Destination matrix for copy. <code><em><strong>dst</strong></em></code> may be either an <A href="../structures/Mtx_MtxPtr.html"><CODE>Mtx</CODE></A> or an <A href="../structures/Mtx_MtxPtr.html"><CODE>MtxPtr</CODE></A>.</TD> 25 </TR> 26 </TBODY> 27</TABLE> 28</DIV> 29<H2 align="left">Return Values</H2> 30<P align="left">None.</P> 31<H2 align="left">Description</H2> 32<P align="left">Copies the contents of <code><em><strong>src</strong></em></code> into <code><em><strong>dst</strong></em></code>.</P> 33<P>During a debug build, <code>MTXCopy</code> is interpreted as <code>C_MTXCopy</code>, which is a normal C language version. During a nondebug build for a Broadway processor, the paired-singles equivalent of this function, <code>PSMTXCopy</code>, will be automatically substituted. You can also call each of <code>C_MTXCopy/PSMTXCopy</code> explicitly.</P> 34 35 36<H2 align="left">See Also</H2> 37<P align="left"><A href="../structures/Mtx_MtxPtr.html"><CODE>Mtx, MtxPtr</CODE></A></P> 38<H2>Revision History</H2> 39<P>2006/03/01 Initial version.</P> 40<hr> 41<P>CONFIDENTIAL</p> 42</BODY> 43</HTML>