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>Viewport</title> 8 </head> 9 <body> 10 <h1><CODE>nw::gfx::Viewport::Viewport</CODE> Constructor</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14Viewport(); 15 16Viewport( 17 float x, 18 float y, 19 float width, 20 float height, 21 float near, 22 float far 23); 24 25Viewport( 26 <a href="../../../nw/ut/Rect/Overview.html">ut::Rect</a> rect, 27 float near, 28 float far 29); 30 31Viewport( 32 <a href="../../../nw/gfx/IRenderTarget/Overview.html">IRenderTarget</a> * renderTarget, 33 float near, 34 float far 35); 36 37Viewport( 38 const <a href="../../../nw/gfx/Viewport/Overview.html">Viewport</a> & v 39); 40</pre> 41 </div> 42 <h2>List of Overloaded Member Functions</h2> 43 <div class="section"> 44 <table class="members"> 45 <tr> 46 <td> 47 <a href="./Viewport(0).html">Viewport ( ) </a> 48 </td> 49 <td>This is the default constructor.</td> 50 </tr> 51 <tr> 52 <td> 53 <a href="./Viewport(1).html">Viewport ( float, float, float, float, float, float ) </a> 54 </td> 55 <td>Constructor.</td> 56 </tr> 57 <tr> 58 <td> 59 <a href="./Viewport(2).html">Viewport ( ut::Rect, float, float ) </a> 60 </td> 61 <td>Constructor.</td> 62 </tr> 63 <tr> 64 <td> 65 <a href="./Viewport(3).html">Viewport ( IRenderTarget *, float, float ) </a> 66 </td> 67 <td>Constructor.</td> 68 </tr> 69 <tr> 70 <td> 71 <a href="./Viewport(4).html">Viewport ( const Viewport & ) </a> 72 </td> 73 <td>Copy constructor.</td> 74 </tr> </table> 75 </div> 76 <h2>Description of Viewport ( )</h2> 77 <div class="section"> 78 <p>This is the default constructor.</p> 79 </div> 80 <h2>Description of Viewport ( float, float, float, float, float, float )</h2> 81 <div class="section"> 82 <p>Constructor.</p> 83 </div> 84 <h2>Description of Viewport ( ut::Rect, float, float )</h2> 85 <div class="section"> 86 <p>Constructor.</p> 87 </div> 88 <h2>Description of Viewport ( IRenderTarget *, float, float )</h2> 89 <div class="section"> 90 <p>Constructor.</p> 91 </div> 92 <h2>Description of Viewport ( const Viewport & )</h2> 93 <div class="section"> 94 <p>Copy constructor.</p> 95 </div> 96 <hr><p>CONFIDENTIAL</p></body> 97</html>