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>SetRotateMatrix</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../nw/gfx/CalculatedTransform/Overview.html">CalculatedTransform</a>::SetRotateMatrix</CODE> Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void SetRotateMatrix(
15     <span>f32</span> x00,
16     <span>f32</span> x01,
17     <span>f32</span> x02,
18     <span>f32</span> x10,
19     <span>f32</span> x11,
20     <span>f32</span> x12,
21     <span>f32</span> x20,
22     <span>f32</span> x21,
23     <span>f32</span> x22
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 />
39          <th>x00</th>
40          <td>
41            </td>
42        </tr>
43        <tr>
44          <td />
45          <th>x01</th>
46          <td>
47            </td>
48        </tr>
49        <tr>
50          <td />
51          <th>x02</th>
52          <td>
53            </td>
54        </tr>
55        <tr>
56          <td />
57          <th>x10</th>
58          <td>
59            </td>
60        </tr>
61        <tr>
62          <td />
63          <th>x11</th>
64          <td>
65            </td>
66        </tr>
67        <tr>
68          <td />
69          <th>x12</th>
70          <td>
71            </td>
72        </tr>
73        <tr>
74          <td />
75          <th>x20</th>
76          <td>
77            </td>
78        </tr>
79        <tr>
80          <td />
81          <th>x21</th>
82          <td>
83            </td>
84        </tr>
85        <tr>
86          <td />
87          <th>x22</th>
88          <td>
89            </td>
90        </tr> </table>
91    </div>
92    <h2>Return Values</h2>
93    <div class="section">
94                None.
95               </div>
96    <h2>Description</h2>
97    <div class="section">
98      <p>Gets the rotation matrix. Sets the <CODE>Dirty</CODE> flag.</p>
99    </div>
100  <hr><p>CONFIDENTIAL</p></body>
101</html>
102