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>VEC3Transform</title> 8 </head> 9 <body> 10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/math/Overview.html">math</a>::VEC3Transform</CODE> Function</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14NN_FORCE_INLINE <a href="../../nn/math/VEC3/Overview.html">VEC3</a> * VEC3Transform( 15 <a href="../../nn/math/VEC3/Overview.html">VEC3</a> * pOut, 16 const <a href="../../nn/math/MTX33/Overview.html">MTX33</a> * pM, 17 const <a href="../../nn/math/VEC3/Overview.html">VEC3</a> * pV 18); 19 20NN_FORCE_INLINE <a href="../../nn/math/VEC4/Overview.html">VEC4</a> * VEC3Transform( 21 <a href="../../nn/math/VEC4/Overview.html">VEC4</a> * pOut, 22 const <a href="../../nn/math/MTX44/Overview.html">MTX44</a> * pM, 23 const <a href="../../nn/math/VEC3/Overview.html">VEC3</a> * pV 24); 25 26NN_MATH_INLINE <a href="../../nn/math/VEC3/Overview.html">VEC3</a> * VEC3Transform( 27 <a href="../../nn/math/VEC3/Overview.html">VEC3</a> * pOut, 28 const <a href="../../nn/math/MTX34/Overview.html">MTX34</a> * pM, 29 const <a href="../../nn/math/VEC3/Overview.html">VEC3</a> * pV 30); 31</pre> 32 </div> 33<h2>List of Overloaded Member Functions</h2> 34 <div class="section"> 35 <table class="members"> 36 <tr> 37 <td> 38<a href="./VEC3Transform(0).html"><CODE>VEC3Transform(VEC3 *, const MTX33 *, const VEC3 *)</CODE> </a> 39 </td> 40<td>Transforms a vector using a matrix.</td> 41 </tr> 42 <tr> 43 <td> 44<a href="./VEC3Transform(1).html"><CODE>VEC3Transform(VEC4 *, const MTX44 *, const VEC3 *)</CODE> </a> 45 </td> 46<td>Transforms a vector using a matrix. The fourth element of the vector is taken as <CODE>1</CODE> during calculation.</td> 47 </tr> 48 <tr> 49 <td> 50<a href="./VEC3Transform(2).html"><CODE>VEC3Transform ( VEC3 *, const MTX34 *, const VEC3 * )</CODE> </a> 51 </td> 52<td>Transforms a vector using a matrix. The fourth element of the vector is taken as <CODE>1</CODE> during calculation.</td> 53 </tr> </table> 54 </div> 55<h2>Description of <CODE>VEC3Transform(VEC3 *, const MTX33 *, const VEC3 *)</CODE></h2> 56 <div class="section"> 57<p>Transforms a vector using a matrix.</p> 58 </div> 59<h2>Description of <CODE>VEC3Transform(VEC4 *, const MTX44 *, const VEC3 *)</CODE></h2> 60 <div class="section"> 61<p>Transforms a vector using a matrix. The fourth element of the vector is taken as <CODE>1</CODE> during calculation.</p> 62 </div> 63<h2>Description of <CODE>VEC3Transform ( VEC3 *, const MTX34 *, const VEC3 * )</CODE></h2> 64 <div class="section"> 65<p>Transforms a vector using a matrix. The fourth element of the vector is taken as <CODE>1</CODE> during calculation.</p> 66 </div> 67 <hr><p>CONFIDENTIAL</p></body> 68</html>