|
|
|
|
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 ReferenceA scissor, used for IDriver rendering.
More...
#include <scissor.h>
List of all members.
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] |
|
NL3D::CScissor::CScissor |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
width, |
|
|
float |
height |
|
) |
[inline] |
|
Member Function Documentation
void NL3D::CScissor::init |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
width, |
|
|
float |
height |
|
) |
[inline] |
|
void NL3D::CScissor::initFullScreen |
( |
|
) |
[inline] |
|
Member Data Documentation
float NL3D::CScissor::Height
|
|
float NL3D::CScissor::Width
|
|
The documentation for this class was generated from the following file:
|
|