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