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>SetupTextureProjectionFrustum</title> 8 </head> 9 <body> 10<h1><CODE>nn::math::MTX34::SetupTextureProjectionFrustum</CODE> Member Function</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14<a href="../../../nn/math/MTX34/Overview.html">self_type</a> & SetupTextureProjectionFrustum( 15 f32 l, 16 f32 r, 17 f32 b, 18 f32 t, 19 f32 scaleS, 20 f32 scaleT, 21 f32 translateS, 22 f32 translateT 23); 24</pre> 25 </div> 26<h2>Arguments</h2> 27 <div class="section"> 28 <table class="arguments"> 29 <thead> 30 <tr> 31 <td width="15" /> 32<th>Name</th> 33<td>Description</td> 34 </tr> 35 </thead> 36 <tr> 37<td>in</td> 38<th>l</th> 39<td>Left edge of the near clipping plane.</td> 40 </tr> 41 <tr> 42<td>in</td> 43<th>r</th> 44<td>Right edge of the near clipping plane.</td> 45 </tr> 46 <tr> 47<td>in</td> 48<th>b</th> 49<td>Bottom edge of the near clipping plane.</td> 50 </tr> 51 <tr> 52<td>in</td> 53<th>t</th> 54<td>Top edge of the near clipping plane.</td> 55 </tr> 56 <tr> 57<td>in</td> 58<th>scaleS</th> 59<td>Scale value along the s-axis.</td> 60 </tr> 61 <tr> 62<td>in</td> 63<th>scaleT</th> 64<td>Scale value along the t-axis.</td> 65 </tr> 66 <tr> 67<td>in</td> 68<th>translateS</th> 69<td>Translation value along the s-axis.</td> 70 </tr> 71 <tr> 72<td>in</td> 73<th>translateT</th> 74<td>Translation value along the t-axis.</td> 75 </tr> 76 <tr> 77<td>out</td> 78<th>pOut</th> 79<td>Pointer to the buffer that receives the result of the calculation.</td> 80 </tr> </table> 81 </div> 82<h2>Return Values</h2> 83 <div class="section"> </div> 84<h2>Description</h2> 85 <div class="section"> 86<p>Creates a parallel projection matrix.</p> 87 </div> 88 <hr><p>CONFIDENTIAL</p></body> 89</html>