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>QUAT</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/math/Overview.html">math</a>::<a href="../../../nn/math/QUAT/Overview.html">QUAT</a>::QUAT</CODE> Constructor</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14QUAT();
15
16explicit QUAT(
17     const <a href="../../../nn_types/f32.html">f32</a> * p
18);
19
20QUAT(
21     const <a href="../../../nn/math/QUAT_/Overview.html">QUAT_</a> & rhs
22);
23
24QUAT(
25     <a href="../../../nn_types/f32.html">f32</a> fx,
26     <a href="../../../nn_types/f32.html">f32</a> fy,
27     <a href="../../../nn_types/f32.html">f32</a> fz,
28     <a href="../../../nn_types/f32.html">f32</a> fw
29);
30</pre>
31    </div>
32    <h2>List of Overloaded Member Functions</h2>
33    <div class="section">
34      <table class="members">
35        <tr>
36          <td>
37            <a href="./QUAT(0).html"><CODE>QUAT (  )</CODE> </a>
38          </td>
39          <td>Constructor.</td>
40        </tr>
41        <tr>
42          <td>
43            <a href="./QUAT(1).html"><CODE>QUAT ( const f32 * )</CODE> </a>
44          </td>
45          <td>Constructor.</td>
46        </tr>
47        <tr>
48          <td>
49            <a href="./QUAT(2).html"><CODE>QUAT ( const QUAT_ & )</CODE> </a>
50          </td>
51          <td>Copy constructor.</td>
52        </tr>
53        <tr>
54          <td>
55            <a href="./QUAT(3).html"><CODE>QUAT ( f32, f32, f32, f32 )</CODE> </a>
56          </td>
57          <td>Constructor.</td>
58        </tr> </table>
59    </div>
60    <h2>Description of <CODE>QUAT ( )</CODE></h2>
61    <div class="section">
62      <p>Constructor.</p>
63    </div>
64    <h2>Description of <CODE>QUAT ( const f32 * )</CODE></h2>
65    <div class="section">
66      <p>Constructor.</p>
67    </div>
68    <h2>Description of <CODE>QUAT ( const QUAT_ & )</CODE></h2>
69    <div class="section">
70      <p>Copy constructor.</p>
71    </div>
72    <h2>Description of <CODE>QUAT ( f32, f32, f32, f32 )</CODE></h2>
73    <div class="section">
74      <p>Constructor.</p>
75    </div>
76  <hr><p>CONFIDENTIAL</p></body>
77</html>