|
Limbo 3.5.4
|
type traits for rectangle More...
#include <Geometry.h>
Public Types | |
| typedef RectType | rectangle_type |
| typedef rectangle_type::coordinate_type | coordinate_type |
Static Public Member Functions | |
| static coordinate_type | get (rectangle_type const &rectangle, direction_2d const &direct) |
| get coordinate from rectangle | |
| static void | set (rectangle_type &rectangle, direction_2d const &direct, coordinate_type const &v) |
| set coordinate for rectangle | |
| static rectangle_type | construct (coordinate_type const &xl, coordinate_type const &yl, coordinate_type const &xh, coordinate_type const &yh) |
| construct rectangle from coordinates | |
type traits for rectangle
| RectType | rectangle type |
Definition at line 226 of file Geometry.h.
| typedef rectangle_type::coordinate_type limbo::geometry::rectangle_traits< RectType >::coordinate_type |
Definition at line 230 of file Geometry.h.
| typedef RectType limbo::geometry::rectangle_traits< RectType >::rectangle_type |
Definition at line 229 of file Geometry.h.
|
inlinestatic |
construct rectangle from coordinates
| xl,yl,xh,yh | coordinates |
Definition at line 248 of file Geometry.h.
|
inlinestatic |
get coordinate from rectangle
| rectangle | a rectangle object |
| direct | direction |
Definition at line 237 of file Geometry.h.
|
inlinestatic |
set coordinate for rectangle
| rectangle | a rectangle object |
| direct | direction |
| v | coordinate |
Definition at line 243 of file Geometry.h.