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(); 15 16explicit VEC4( 17 const <a href="../../../nn_types/f32.html">f32</a> * p 18); 19 20VEC4( 21 const <a href="../../../nn/math/VEC4_/Overview.html">VEC4_</a> & v 22); 23 24VEC4( 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 31explicit VEC4( 32 const <a href="../../../nn/math/VEC3/Overview.html">VEC3</a> & v 33); 34</pre> 35 </div> 36<h2>List of Overloaded Member Functions</h2> 37 <div class="section"> 38 <table class="members"> 39 <tr> 40 <td> 41<a href="./VEC4(0).html"><CODE>VEC4()</CODE> </a> 42 </td> 43<td>Constructor.</td> 44 </tr> 45 <tr> 46 <td> 47<a href="./VEC4(1).html"><CODE>VEC4(const f32 *)</CODE> </a> 48 </td> 49<td>Constructor.</td> 50 </tr> 51 <tr> 52 <td> 53<a href="./VEC4(2).html"><CODE>VEC4(const VEC4_ &)</CODE> </a> 54 </td> 55<td>Copy constructor.</td> 56 </tr> 57 <tr> 58 <td> 59<a href="./VEC4(3).html"><CODE>VEC4(f32, f32, f32, f32)</CODE> </a> 60 </td> 61<td>Constructor.</td> 62 </tr> 63 <tr> 64 <td> 65<a href="./VEC4(4).html"><CODE>VEC4(const VEC3 &)</CODE> </a> 66 </td> 67<td>Constructor.</td> 68 </tr> </table> 69 </div> 70<h2>Description of <CODE>VEC4()</CODE></h2> 71 <div class="section"> 72<p>Constructor.</p> 73 </div> 74<h2>Description of <CODE>VEC4(const f32 *)</CODE></h2> 75 <div class="section"> 76<p>Constructor.</p> 77 </div> 78<h2>Description of <CODE>VEC4(const VEC4_ &)</CODE></h2> 79 <div class="section"> 80<p>Copy constructor.</p> 81 </div> 82<h2>Description of <CODE>VEC4(f32, f32, f32, f32)</CODE></h2> 83 <div class="section"> 84<p>Constructor.</p> 85 </div> 86<h2>Description of <CODE>VEC4(const VEC3 &)</CODE></h2> 87 <div class="section"> 88<p>Constructor.</p> 89 </div> 90 <hr><p>CONFIDENTIAL</p></body> 91</html>