1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>MTX_ScaleApply33</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">MTX_ScaleApply33 <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
15<H2>Syntax</H2>
16
17<dl>
18  <dd>
19<PRE><CODE>#include &lt;nitro/fx/fx_mtx33.h&gt;
20
21void MTX_ScaleApply33(
22    const MtxFx33 * pSrc,
23    MtxFx33 * pDst,
24    fx32 x,
25    fx32 y,
26    fx32 z
27);</CODE></PRE>
28  </dd>
29</dl><h2>Arguments</h2>
30
31<table border="1" width="100%">
32
33
34
35    <TR>
36      <TD width="176"><em><strong><font face="Courier New">pSrc</font></strong></em></TD>
37      <TD width="670">Pointer to a 3x3 matrix.</TD>
38    </TR>
39    <TR>
40      <TD><em><strong><font face="Courier New">pDst</font></strong></em></TD>
41      <TD>Pointer to a 3x3 matrix.</TD>
42    </TR>
43    <TR>
44      <TD><em><strong><font face="Courier New">x</font></strong></em></TD>
45      <TD>The scale factor along the x-axis.</TD>
46    </TR>
47    <TR>
48      <TD><em><strong><font face="Courier New">y</font></strong></em></TD>
49      <TD>The scale factor along the y-axis.</TD>
50    </TR>
51    <TR>
52      <TD><em><strong><font face="Courier New">z</font></strong></em></TD>
53      <TD>The scale factor along the z-axis.</TD>
54    </TR>
55  </table>
56<h2>Return Values</h2>
57<p>None.</p>
58<H2>Description</H2>
59<P>*This function premultiplies <em><strong><code>pSrc</code></strong></em> by the scale matrix and stores the result in <em><strong><code>pDst</code></strong></em>. <em><strong><code>pSrc</code></strong></em> and <em><strong><code>pDst</code></strong></em> can be pointers to the same matrix.</P>
60
61<h2>See Also</h2>
62<P><code><A href="MtxFx33.html">MtxFx33</A>, <A href="../fx32.html">fx32</A></code></P>
63<H2>Revision History</H2>
64<P>2004/01/19 Initial version.</P>
65<hr><p>CONFIDENTIAL</p></body>
66</html>
67