|
Limbo 3.5.4
|
specialization of limbo::geometry::rectangle_traits for bLib::bBox More...
#include <bLibApi.h>
Public Types | |
| typedef bLib::bBox | rectangle_type |
| typedef int | coordinate_type |
Static Public Member Functions | |
| static coordinate_type | get (const rectangle_type &rect, direction_2d const &dir) |
| get coordinate from rectangle | |
| static void | set (rectangle_type &rect, direction_2d const &dir, coordinate_type const &value) |
| 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 | |
specialization of limbo::geometry::rectangle_traits for bLib::bBox
| typedef int limbo::geometry::rectangle_traits< bLib::bBox >::coordinate_type |
| typedef bLib::bBox limbo::geometry::rectangle_traits< bLib::bBox >::rectangle_type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |