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