/third_party/boost/libs/geometry/test/algorithms/detail/ |
D | calculate_point_order.cpp | 30 else if (o == bg::counterclockwise) in order_str() 102 test_one<P>("POLYGON((1 1,2 1,2 2,1 2,1 1))", bg::counterclockwise); in test_all() 114 …t_one<P>("POLYGON((5 5, 6 5, 6 6, 6 4, 6 5, 5 5, 5 6, 4 6, 4 4, 5 4, 5 5))", bg::counterclockwise); in test_all() 133 test_one<P>("POLYGON((0 45, 120 45, -120 45, 0 45))", bg::counterclockwise); in test_spheroidal()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | do_reverse.hpp | 34 struct do_reverse<counterclockwise, false> : boost::true_type {}; 37 struct do_reverse<counterclockwise, true> : boost::false_type {};
|
/third_party/boost/libs/geometry/test/core/ |
D | ring.cpp | 84 test_order_closure< bg::model::polygon<P, false, true> >(bg::counterclockwise, bg::closed); in test_all() 85 test_order_closure< bg::model::polygon<P, false, false> >(bg::counterclockwise, bg::open); in test_all()
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | is_acceptable_turn.hpp | 41 struct acceptable_operation<Polygon, counterclockwise, polygon_tag> 55 struct acceptable_operation<MultiPolygon, counterclockwise, multi_polygon_tag>
|
/third_party/boost/libs/geometry/test/ |
D | geometry_test_common.hpp | 132 bg::point_order<Geometry1>::value == bg::counterclockwise in type_for_assert_message() 133 || bg::point_order<Geometry2>::value == bg::counterclockwise; in type_for_assert_message()
|
/third_party/boost/boost/geometry/util/ |
D | order_as_direction.hpp | 37 struct order_as_direction<counterclockwise>
|
/third_party/boost/libs/geometry/doc/src/examples/core/ |
D | point_order.cpp | 28 << ", counterclockwise = " << boost::geometry::counterclockwise in main()
|
/third_party/boost/boost/geometry/views/ |
D | box_view.hpp | 100 static order_selector const value = counterclockwise;
|
/third_party/boost/libs/geometry/doc/generated/ |
D | enum.qbk | 117 '''<indexterm><primary>counterclockwise</primary></indexterm>''' 122 …oints within a polygon. Polygons can be ordered either clockwise or counterclockwise. The specific… 125 ``enum order_selector {clockwise = 1, counterclockwise = 2, order_undetermined = 0};`` 132 [[counterclockwise] [Points are ordered counter clockwise. ]]
|
D | point_order.qbk | 19 Metafunction defining [*value] as the point order (clockwise, counterclockwise) of the specified ge…
|
D | closure.qbk | 19 Metafunction defining [*value] as the closure (clockwise, counterclockwise) of the specified geomet…
|
D | box_view.qbk | 40 …] [true] [If true, walks in clockwise direction, otherwise it walks in counterclockwise direction]]
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | test_union.hpp | 211 bg::point_order<G1>::value == bg::counterclockwise in test_union() 212 || bg::point_order<G2>::value == bg::counterclockwise; in test_union()
|
/third_party/boost/libs/geometry/test/views/ |
D | box_view.cpp | 72 …_geometry<bg::model::box<P>, false>("polygon((1 1,2 2))", " 11 21 22 12 11", bg::counterclockwise); in test_all()
|
/third_party/boost/boost/geometry/core/ |
D | point_order.hpp | 53 counterclockwise = 2, enumerator
|
/third_party/boost/boost/geometry/geometries/ |
D | ring.hpp | 134 static const order_selector value = counterclockwise;
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | calculate_point_order.hpp | 233 : geometry::counterclockwise; in apply() 305 : geometry::counterclockwise; in apply()
|
/third_party/boost/libs/geometry/doc/reference/algorithms/ |
D | within.qbk | 28 If a polygon has a reverse oriented (e.g. counterclockwise for a clockwise typed polygon), the resu…
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | test_intersection.hpp | 240 bg::point_order<G1>::value == bg::counterclockwise in test_intersection() 241 || bg::point_order<G2>::value == bg::counterclockwise; in test_intersection()
|
/third_party/boost/libs/geometry/doc/concept/ |
D | ring.qbk | 28 …ts::point_order` defining the order or orientation of its points, `clockwise` or `counterclockwise`
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | test_difference.hpp | 95 bg::point_order<G1>::value == bg::counterclockwise in difference_output() 96 || bg::point_order<G2>::value == bg::counterclockwise; in difference_output()
|
/third_party/boost/boost/geometry/algorithms/ |
D | convex_hull.hpp | 123 = geometry::point_order<OutputGeometry>::value == counterclockwise; in apply()
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | traverse.cpp | 138 bg::point_order<G1>::value == bg::counterclockwise in apply() 139 || bg::point_order<G2>::value == bg::counterclockwise; in apply()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | test_is_valid.hpp | 149 return bg::point_order<Geometry>::value == bg::counterclockwise; in apply()
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | test_buffer.hpp | 200 << (bg::point_order<GeometryOut>::value == bg::counterclockwise ? "_ccw" : "") in test_buffer()
|