|
Limbo 3.5.4
|
type traits for point More...
#include <Geometry.h>
Public Types | |
| typedef PointType | point_type |
| typedef point_type::coordinate_type | coordinate_type |
Static Public Member Functions | |
| static coordinate_type | get (const point_type &point, orientation_2d const &orient) |
| get coordinate from point | |
| static void | set (point_type &point, orientation_2d const &orient, coordinate_type const &value) |
| set coordinate for point | |
| static point_type | construct (coordinate_type const &x, coordinate_type const &y) |
| construct point from coordinates | |
type traits for point
| PointType | point type |
Definition at line 195 of file Geometry.h.
| typedef point_type::coordinate_type limbo::geometry::point_traits< PointType >::coordinate_type |
Definition at line 199 of file Geometry.h.
| typedef PointType limbo::geometry::point_traits< PointType >::point_type |
Definition at line 198 of file Geometry.h.
|
inlinestatic |
construct point from coordinates
| x | coordinate |
| y | coordinate |
Definition at line 218 of file Geometry.h.
|
inlinestatic |
get coordinate from point
| point | a point object |
| orient | orientation |
Definition at line 206 of file Geometry.h.
|
inlinestatic |
set coordinate for point
| point | a point object |
| orient | orientation |
| value | coordinate value |
Definition at line 212 of file Geometry.h.