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