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