Searched refs:polygon2 (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/intersects/ |
D | intersects_multi.cpp | 32 typedef bg::model::polygon<P2> polygon2; in test_all() typedef 33 typedef bg::model::multi_polygon<polygon2> mp2; in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_areal_linear.cpp | 53 polygon_type polygon2; in test_ticket_10835() local 54 bg::read_wkt(ticket_10835[2], polygon2); in test_ticket_10835() 64 bg::difference(multilinestringOut1, polygon2, multilinestringOut2); in test_ticket_10835()
|
/third_party/boost/libs/geometry/doc/src/examples/geometries/ |
D | polygon.cpp | 30 polygon_t polygon2{{{0.0, 0.0}, {0.0, 5.0}, {5.0, 5.0}, {5.0, 0.0}, {0.0, 0.0}}, in main() local
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | intersection.cpp | 915 polygon_type polygon2; in test_ticket_10868() local 916 bg::read_wkt(ticket_10868[1], polygon2); in test_ticket_10868() 919 bg::intersection(polygon1, polygon2, multipolygon_out); in test_ticket_10868()
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | distance_brute_force.hpp | 710 Polygon2 const& polygon2, in apply() 713 return geometry::distance(polygon1, polygon2, strategy); in apply()
|