#include "UT_API.h"
#include "UT_Swap.h"
#include <SYS/SYS_Types.h>
#include <SYS/SYS_Hash.h>
#include <iosfwd>
#include <stddef.h>
Go to the source code of this file.
|
typedef UT_Rect< UT_DimRectImpl > | UT_DimRect |
|
typedef UT_Rect
< UT_InclusiveRectImpl > | UT_InclusiveRect |
| Integer rectangle class which stores its data as inclusive lower-left to upper-right (x1, y1, x2, y2). More...
|
|
typedef UT_Rect
< UT_ExclusiveRectImpl > | UT_ExclusiveRect |
| Integer rectangle class which stores its data as exclusive lower-left to upper-right (x1, y1, x2e, y2e). The upper-right corner position (x2e, y2e) is equivalent to (x2+1, y2+1). More...
|
|
Integer rectangle class which stores its data as exclusive lower-left to upper-right (x1, y1, x2e, y2e). The upper-right corner position (x2e, y2e) is equivalent to (x2+1, y2+1).
- See Also
- UT_Rect
Definition at line 61 of file UT_Rect.h.
Integer rectangle class which stores its data as inclusive lower-left to upper-right (x1, y1, x2, y2).
- See Also
- UT_Rect
Definition at line 54 of file UT_Rect.h.
Flip a particular coordinate value according to the given dimension.
Definition at line 34 of file UT_Rect.h.