1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7<title>MTX34TextureProjectionOrtho</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/math/Overview.html">math</a>::MTX34TextureProjectionOrtho</CODE> Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14NN_MATH_INLINE <a href="../../nn/math/MTX34/Overview.html">MTX34</a> * MTX34TextureProjectionOrtho(
15     <a href="../../nn/math/MTX34/Overview.html">MTX34</a> * pOut,
16     <a href="../../nn_types/f32.html">f32</a> l,
17     <a href="../../nn_types/f32.html">f32</a> r,
18     <a href="../../nn_types/f32.html">f32</a> b,
19     <a href="../../nn_types/f32.html">f32</a> t,
20     <a href="../../nn_types/f32.html">f32</a> scaleS,
21     <a href="../../nn_types/f32.html">f32</a> scaleT,
22     <a href="../../nn_types/f32.html">f32</a> translateS,
23     <a href="../../nn_types/f32.html">f32</a> translateT
24);
25</pre>
26    </div>
27<h2>Parameters</h2>
28    <div class="section">
29      <table class="arguments">
30        <thead>
31          <tr>
32            <td width="15" />
33<th>Name</th>
34<td>Description</td>
35          </tr>
36        </thead>
37        <tr>
38<td>out</td>
39<th>pOut</th>
40<td>Pointer to the buffer that receives the result of the calculation.</td>
41        </tr>
42        <tr>
43<td>in</td>
44<th>l</th>
45<td>Left edge of the near clipping plane.</td>
46        </tr>
47        <tr>
48<td>in</td>
49<th>r</th>
50<td>Right edge of the near clipping plane.</td>
51        </tr>
52        <tr>
53<td>in</td>
54<th>b</th>
55<td>Bottom edge of the near clipping plane.</td>
56        </tr>
57        <tr>
58<td>in</td>
59<th>t</th>
60<td>Top edge of the near clipping plane.</td>
61        </tr>
62        <tr>
63<td>in</td>
64<th>scaleS</th>
65<td>Scale value along the s-axis.</td>
66        </tr>
67        <tr>
68<td>in</td>
69<th>scaleT</th>
70<td>Scale value along the t-axis.</td>
71        </tr>
72        <tr>
73<td>in</td>
74<th>translateS</th>
75<td>Translation value along the s-axis.</td>
76        </tr>
77        <tr>
78<td>in</td>
79<th>translateT</th>
80<td>Translation value along the t-axis.</td>
81        </tr> </table>
82    </div>
83<h2>Return Values</h2>
84<div class="section">Returns <SPAN class="argument">pOut</SPAN>. </div>
85<h2>Description</h2>
86    <div class="section">
87<p>Creates an orthogonal texture projection matrix.</p><!-- write here --></div>
88<h2>Revision History</h2>
89    <div class="section">
90      <dl class="history">
91        <dt>2010/06/14</dt>
92<dd>Initial version.<br />
93        </dd>
94      </dl>
95    </div>
96  <hr><p>CONFIDENTIAL</p></body>
97</html>
98