The RectI class represents a 2D rectangular area using int precision.
More...
#include <Rect.hpp>
List of all members.
Detailed Description
The RectI class represents a 2D rectangular area using int precision.
This class is mainly used to manipulate rectangles in pixel coordinates (as opposed to real coordinates). The RectI and RectF differ in the following way:
Constructor & Destructor Documentation
| vl::RectI::RectI |
( |
) |
[inline] |
| vl::RectI::RectI |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| [inline] |
| vl::RectI::RectI |
( |
const Rect< int > & |
other ) |
[inline] |
| vl::RectI::RectI |
( |
const RectI & |
other ) |
[inline] |
Member Function Documentation
| virtual const char* vl::RectI::className |
( |
) |
[inline, virtual] |
| RectI& vl::RectI::operator= |
( |
const Rect< int > & |
other ) |
[inline] |
| RectI& vl::RectI::operator= |
( |
const RectI & |
other ) |
[inline] |
| int vl::RectI::top |
( |
) |
const [inline] |
| int vl::RectI::right |
( |
) |
const [inline] |
| ivec2 vl::RectI::bottomLeft |
( |
) |
const [inline] |
| ivec2 vl::RectI::topRight |
( |
) |
const [inline] |
The documentation for this class was generated from the following file:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Rect.hpp