From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNL3D_1_1CScissor.html | 397 ++++++++++++++++++++++++++++ 1 file changed, 397 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CScissor.html (limited to 'docs/doxygen/nel/classNL3D_1_1CScissor.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CScissor.html b/docs/doxygen/nel/classNL3D_1_1CScissor.html new file mode 100644 index 00000000..b109b6d5 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CScissor.html @@ -0,0 +1,397 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CScissor Class Reference

A scissor, used for IDriver rendering. +More... +

+#include <scissor.h> +

+List of all members. + + + + + + + + + + + + + + +

Public Methods

 CScissor ()
 Constructor. fullScreen. More...

 CScissor (float x, float y, float width, float height)
 Constructor. More...

void init (float x, float y, float width, float height)
 init. simple copy. More...

void initFullScreen ()
 reset to FullScreen. More...


Public Attributes

float X
float Y
float Width
float Height
+


Detailed Description

+A scissor, used for IDriver rendering. +

+NB: you can specify negative values for x/y.

+Author:
+Lionel Berenguier , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 51 of file scissor.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CScissor::CScissor   [inline]
+
+ + + + + +
+   + + +

+Constructor. fullScreen. +

+ +

+Definition at line 60 of file scissor.h. +

+References initFullScreen, and NL3D_MEM_SCISSOR.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NL3D::CScissor::CScissor float   x,
float   y,
float   width,
float   height
[inline]
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 66 of file scissor.h. +

+References Height, height, NL3D_MEM_SCISSOR, Width, width, X, x, Y, and y.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void NL3D::CScissor::init float   x,
float   y,
float   width,
float   height
[inline]
+
+ + + + + +
+   + + +

+init. simple copy. +

+ +

+Definition at line 77 of file scissor.h. +

+References Height, height, NL3D_MEM_SCISSOR, Width, width, X, x, Y, and y.

+

+ + + + +
+ + + + + + + + + +
void NL3D::CScissor::initFullScreen   [inline]
+
+ + + + + +
+   + + +

+reset to FullScreen. +

+ +

+Definition at line 88 of file scissor.h. +

+References Height, NL3D_MEM_SCISSOR, Width, X, and Y. +

+Referenced by CScissor.

+


Member Data Documentation

+

+ + + + +
+ + +
float NL3D::CScissor::Height +
+
+ + + + + +
+   + + +

+ +

+Definition at line 57 of file scissor.h. +

+Referenced by CScissor, init, and initFullScreen.

+

+ + + + +
+ + +
float NL3D::CScissor::Width +
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file scissor.h. +

+Referenced by CScissor, init, and initFullScreen.

+

+ + + + +
+ + +
float NL3D::CScissor::X +
+
+ + + + + +
+   + + +

+ +

+Definition at line 54 of file scissor.h. +

+Referenced by CScissor, init, and initFullScreen.

+

+ + + + +
+ + +
float NL3D::CScissor::Y +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file scissor.h. +

+Referenced by CScissor, init, and initFullScreen.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1