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>VEC4</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/VEC4/Overview.html">VEC4</a>::VEC4</CODE> Constructor</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14VEC4(); 15explicit VEC4( 16 const f32 * p 17); 18VEC4( 19 const VEC4_ & v 20); 21VEC4( 22 f32 fx, 23 f32 fy, 24 f32 fz, 25 f32 fw 26); 27explicit VEC4( 28 const <a href="../../../nn/math/VEC3/Overview.html">VEC3</a> & v 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="./VEC4(0).html"><CODE>VEC4()</CODE> </a> 38 </td> 39<td>Constructor.</td> 40 </tr> 41 <tr> 42 <td> 43<a href="./VEC4(1).html"><CODE>VEC4(const f32 *)</CODE> </a> 44 </td> 45<td>Constructor.</td> 46 </tr> 47 <tr> 48 <td> 49<a href="./VEC4(2).html"><CODE>VEC4(const VEC4_ &)</CODE> </a> 50 </td> 51<td>Copy constructor.</td> 52 </tr> 53 <tr> 54 <td> 55<a href="./VEC4(3).html"><CODE>VEC4(f32, f32, f32, f32)</CODE> </a> 56 </td> 57<td>Constructor.</td> 58 </tr> 59 <tr> 60 <td> 61<a href="./VEC4(4).html"><CODE>VEC4(const VEC3 &)</CODE> </a> 62 </td> 63<td>Constructor.</td> 64 </tr> </table> 65 </div> 66<h2>Description of <CODE>VEC4()</CODE></h2> 67 <div class="section"> 68<p>Constructor.</p> 69 </div> 70<h2>Description of <CODE>VEC4(const f32 *)</CODE></h2> 71 <div class="section"> 72<p>Constructor.</p> 73 </div> 74<h2>Description of <CODE>VEC4(const VEC4_ &)</CODE></h2> 75 <div class="section"> 76<p>Copy constructor.</p> 77 </div> 78<h2>Description of <CODE>VEC4(f32, f32, f32, f32)</CODE></h2> 79 <div class="section"> 80<p>Constructor.</p> 81 </div> 82<h2>Description of <CODE>VEC4(const VEC3 &)</CODE></h2> 83 <div class="section"> 84<p>Constructor.</p> 85 </div> 86 <hr><p>CONFIDENTIAL</p></body> 87</html> 88