Home
last modified time | relevance | path

Searched refs:box_2d (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/example/
Dc05_custom_point_pointer_example.cpp96 typedef boost::geometry::model::box<point_2d> box_2d; in main() typedef
97 box_2d cb(point_2d(1.5, 1.5), point_2d(4.5, 4.5)); in main()
106 boost::geometry::strategy::intersection::liang_barsky<box_2d, point_2d> strategy; in main()
D03_polygon_example.cpp37 typedef model::box<point_2d> box_2d; in main() typedef
60 box_2d b; in main()
107 box_2d cb(make<point_2d>(1.5, 1.5), make<point_2d>(4.5, 2.5)); in main()
D02_linestring_example.cpp99 typedef model::box<point_2d> box_2d; in main() typedef
100 box_2d b; in main()
193 box_2d cb(point_2d(1.5, 1.5), point_2d(4.5, 2.5)); in main()