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