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_ScaleApply22</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">MTX_ScaleApply22 <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_mtx22.h&gt;
20
21void MTX_ScaleApply22(
22    const MtxFx22*    pSrc,
23    MtxFx22*    pDst,
24    fx32 x,
25    fx32 y
26);</CODE></PRE>
27  </dd>
28</dl><h2>Arguments</h2>
29
30<table border="1" width="100%">
31
32
33
34    <TR>
35      <TD width="176"><em><strong><font face="Courier New">pSrc</font></strong></em></TD>
36      <TD width="670">Pointer to a 2x2 matrix.</TD>
37    </TR>
38    <TR>
39      <TD><em><strong><font face="Courier New">pDst</font></strong></em></TD>
40      <TD>Pointer to a 2x2 matrix.</TD>
41    </TR>
42    <TR>
43      <TD><em><strong><font face="Courier New">x</font></strong></em></TD>
44      <TD>The scale factor along the x-axis.</TD>
45    </TR>
46    <TR>
47      <TD><em><strong><font face="Courier New">y</font></strong></em></TD>
48      <TD>The scale factor along the y-axis.</TD>
49    </TR>
50  </table>
51<h2>Return Values</h2>
52<p>None.</p>
53<H2>Description</H2>
54<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>
55
56<h2>See Also</h2>
57<P><CODE><A href="MtxFx22.html">MtxFx22</A>, <A href="../fx32.html">fx32</A></CODE></P>
58<H2>Revision History</H2>
59<P>2004/05/17 Initial version.</P>
60<hr><p>CONFIDENTIAL</p></body>
61</html>
62