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>nw::gfx::CalculatedTransform::SetTransformMatrix</CODE> Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void SetTransformMatrix(
15     const math::MTX34 & transformMatrix
16);
17
18void SetTransformMatrix(
19     <span>f32</span> x00,
20     <span>f32</span> x01,
21     <span>f32</span> x02,
22     <span>f32</span> x03,
23     <span>f32</span> x10,
24     <span>f32</span> x11,
25     <span>f32</span> x12,
26     <span>f32</span> x13,
27     <span>f32</span> x20,
28     <span>f32</span> x21,
29     <span>f32</span> x22,
30     <span>f32</span> x23
31);
32</pre>
33    </div>
34    <h2>List of Overloaded Member Functions</h2>
35    <div class="section">
36      <table class="members">
37        <tr>
38          <td>
39            <a href="./SetTransformMatrix(0).html">SetTransformMatrix ( const math::MTX34 & ) </a>
40          </td>
41          <td>Sets a matrix indicating a coordinate transformation. Sets the <CODE>Dirty</CODE> flag.</td>
42        </tr>
43        <tr>
44          <td>
45            <a href="./SetTransformMatrix(1).html"><CODE>SetTransformMatrix(f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32)</CODE> </a>
46          </td>
47          <td>Sets a matrix indicating a coordinate transformation. Sets the <CODE>Dirty</CODE> flag.</td>
48        </tr> </table>
49    </div>
50    <h2>Description of SetTransformMatrix ( const math::MTX34 & )</h2>
51    <div class="section">
52      <p>Sets a matrix indicating a coordinate transformation. Sets the <CODE>Dirty</CODE> flag.</p>
53    </div>
54    <h2>Description of <CODE>SetTransformMatrix(f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32, f32)</CODE></h2>
55    <div class="section">
56      <p>Sets a matrix indicating a coordinate transformation. Sets the <CODE>Dirty</CODE> flag.</p>
57    </div>
58  <hr><p>CONFIDENTIAL</p></body>
59</html>