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>MTX44OrthoPivot</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/math/Overview.html">math</a>::MTX44OrthoPivot</CODE> Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14NN_MATH_INLINE <a href="../../nn/math/MTX44/Overview.html">MTX44</a> * MTX44OrthoPivot(
15     <a href="../../nn/math/MTX44/Overview.html">MTX44</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> n,
21     <a href="../../nn_types/f32.html">f32</a> f,
22     <a href="../../nn/math/PivotDirection.html">PivotDirection</a> pivot = PIVOT_NONE
23);
24</pre>
25    </div>
26<h2>Parameters</h2>
27    <div class="section">
28      <table class="arguments">
29        <thead>
30          <tr>
31            <td width="15" />
32<th>Name</th>
33<td>Description</td>
34          </tr>
35        </thead>
36        <tr>
37<td>out</td>
38<th>pOut</th>
39<td>Pointer to the matrix that stores the projection matrix.</td>
40        </tr>
41        <tr>
42<td>in</td>
43<th>l</th>
44<td>X-coordinate of the left edge of the viewing frustum at the near clipping plane.</td>
45        </tr>
46        <tr>
47<td>in</td>
48<th>r</th>
49<td>X-coordinate of the right edge of the viewing frustum at the near clipping plane.</td>
50        </tr>
51        <tr>
52<td>in</td>
53<th>b</th>
54<td>Y-coordinate of the bottom edge of the viewing frustum at the near clipping plane.</td>
55        </tr>
56        <tr>
57<td>in</td>
58<th>t</th>
59<td>Y-coordinate of the top edge of the viewing frustum at the near clipping plane.</td>
60        </tr>
61        <tr>
62<td>in</td>
63<th>n</th>
64<td>Distance to the near clipping plane.</td>
65        </tr>
66        <tr>
67<td>in</td>
68<th>f</th>
69<td>Distance to the far clipping plane.</td>
70        </tr>
71        <tr>
72<td>in</td>
73<th>pivot</th>
74<td>Direction of screen rotation.</td>
75        </tr> </table>
76    </div>
77<h2>Return Values</h2>
78<div class="section">Returns <SPAN class="argument">pOut</SPAN>. </div>
79<h2>Description</h2>
80    <div class="section">
81<p>Creates a projection matrix that has been multiplied by a screen rotation. Creates an orthographic projection matrix.</p><!-- write here --></div>
82<h2>Revision History</h2>
83    <div class="section">
84      <dl class="history">
85        <dt>2010/01/07</dt>
86<dd>Initial version.<br />
87        </dd>
88      </dl>
89    </div>
90  <hr><p>CONFIDENTIAL</p></body>
91</html>