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>SetRotate</title>
8  </head>
9  <body>
10    <h1>nw::demo::ParticleNode::SetRotate Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void SetRotate(
15     <span>f32</span> radX,
16     <span>f32</span> radY,
17     <span>f32</span> radZ
18);
19</pre>
20    </div>
21    <h2>Arguments</h2>
22    <div class="section">
23      <table class="arguments">
24        <thead>
25          <tr>
26            <td width="15" />
27            <th>Name</th>
28            <td>Description</td>
29          </tr>
30        </thead>
31        <tr>
32          <td />
33          <th>radX</th>
34          <td>
35            </td>
36        </tr>
37        <tr>
38          <td />
39          <th>radY</th>
40          <td>
41            </td>
42        </tr>
43        <tr>
44          <td />
45          <th>radZ</th>
46          <td>
47            </td>
48        </tr>
49        <tr>
50          <td>in</td>
51          <th>x</th>
52          <td>The X rotation value to be set in radians.</td>
53        </tr>
54        <tr>
55          <td>in</td>
56          <th>y</th>
57          <td>The Y rotation value to be set in radians.</td>
58        </tr>
59        <tr>
60          <td>in</td>
61          <th>z</th>
62          <td>The Z rotation value to be set in radians.</td>
63        </tr> </table>
64    </div>
65    <h2>Return Values</h2>
66    <div class="section">
67                None.
68               </div>
69    <h2>Description</h2>
70    <div class="section">
71      <p>Configures rotation.</p>
72    </div>
73  <hr><p>CONFIDENTIAL</p></body>
74</html>
75