|
Anti-Grain Geometry Tutorial
|

Public Types | |
| typedef T | value_type |
| typedef rect_base< T > | self_type |
Public Member Functions | |
| rect_base (T x1_, T y1_, T x2_, T y2_) | |
| void | init (T x1_, T y1_, T x2_, T y2_) |
| const self_type & | normalize () |
| bool | clip (const self_type &r) |
| bool | is_valid () const |
| bool | hit_test (T x, T y) const |
| bool | overlaps (const self_type &r) const |
Public Attributes | |
| T | x1 |
| T | y1 |
| T | x2 |
| T | y2 |
Definition at line 283 of file agg_basics.h.