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>SetupTextureProjectionFrustum</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/math/Overview.html">math</a>::<a href="../../../nn/math/MTX34/Overview.html">MTX34</a>::SetupTextureProjectionFrustum</CODE> Member Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14<a href="../../../nn/math/MTX34/Overview.html">self_type</a> & SetupTextureProjectionFrustum(
15     f32 l,
16     f32 r,
17     f32 b,
18     f32 t,
19     f32 n,
20     f32 scaleS,
21     f32 scaleT,
22     f32 translateS,
23     f32 translateT
24);
25</pre>
26    </div>
27<h2>Arguments</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>in</td>
39<th>l</th>
40<td>Left edge of the near clipping plane.</td>
41        </tr>
42        <tr>
43<td>in</td>
44<th>r</th>
45<td>Right edge of the near clipping plane.</td>
46        </tr>
47        <tr>
48<td>in</td>
49<th>b</th>
50<td>Bottom edge of the near clipping plane.</td>
51        </tr>
52        <tr>
53<td>in</td>
54<th>t</th>
55<td>Top edge of the near clipping plane.</td>
56        </tr>
57        <tr>
58<td>in</td>
59<th>n</th>
60<td>Distance from the camera to 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"> </div>
85<h2>Description</h2>
86    <div class="section">
87<p>Creates a texture projection matrix based on the viewing frustum.</p>
88    </div>
89  <hr><p>CONFIDENTIAL</p></body>
90</html>
91