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>SetTransformMatrix</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>::SetTransformMatrix</CODE> Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void SetTransformMatrix(
15     <span>f32</span> x00,
16     <span>f32</span> x01,
17     <span>f32</span> x02,
18     <span>f32</span> x03,
19     <span>f32</span> x10,
20     <span>f32</span> x11,
21     <span>f32</span> x12,
22     <span>f32</span> x13,
23     <span>f32</span> x20,
24     <span>f32</span> x21,
25     <span>f32</span> x22,
26     <span>f32</span> x23
27);
28</pre>
29    </div>
30    <h2>Arguments</h2>
31    <div class="section">
32      <table class="arguments">
33        <thead>
34          <tr>
35            <td width="15" />
36            <th>Name</th>
37            <td>Description</td>
38          </tr>
39        </thead>
40        <tr>
41          <td />
42          <th>x00</th>
43          <td>
44            </td>
45        </tr>
46        <tr>
47          <td />
48          <th>x01</th>
49          <td>
50            </td>
51        </tr>
52        <tr>
53          <td />
54          <th>x02</th>
55          <td>
56            </td>
57        </tr>
58        <tr>
59          <td />
60          <th>x03</th>
61          <td>
62            </td>
63        </tr>
64        <tr>
65          <td />
66          <th>x10</th>
67          <td>
68            </td>
69        </tr>
70        <tr>
71          <td />
72          <th>x11</th>
73          <td>
74            </td>
75        </tr>
76        <tr>
77          <td />
78          <th>x12</th>
79          <td>
80            </td>
81        </tr>
82        <tr>
83          <td />
84          <th>x13</th>
85          <td>
86            </td>
87        </tr>
88        <tr>
89          <td />
90          <th>x20</th>
91          <td>
92            </td>
93        </tr>
94        <tr>
95          <td />
96          <th>x21</th>
97          <td>
98            </td>
99        </tr>
100        <tr>
101          <td />
102          <th>x22</th>
103          <td>
104            </td>
105        </tr>
106        <tr>
107          <td />
108          <th>x23</th>
109          <td>
110            </td>
111        </tr> </table>
112    </div>
113    <h2>Return Values</h2>
114    <div class="section">
115                None.
116               </div>
117    <h2>Description</h2>
118    <div class="section">
119      <p>Sets a matrix indicating a coordinate transformation. Sets the <CODE>Dirty</CODE> flag.</p>
120    </div>
121  <hr><p>CONFIDENTIAL</p></body>
122</html>
123