Home
last modified time | relevance | path

Searched refs:counterclockwise (Results 1 – 25 of 43) sorted by relevance

12

/third_party/boost/libs/geometry/test/algorithms/detail/
Dcalculate_point_order.cpp30 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/
Ddo_reverse.hpp34 struct do_reverse<counterclockwise, false> : boost::true_type {};
37 struct do_reverse<counterclockwise, true> : boost::false_type {};
/third_party/boost/libs/geometry/test/core/
Dring.cpp84 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/
Dis_acceptable_turn.hpp41 struct acceptable_operation<Polygon, counterclockwise, polygon_tag>
55 struct acceptable_operation<MultiPolygon, counterclockwise, multi_polygon_tag>
/third_party/boost/libs/geometry/test/
Dgeometry_test_common.hpp132 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/
Dorder_as_direction.hpp37 struct order_as_direction<counterclockwise>
/third_party/boost/libs/geometry/doc/src/examples/core/
Dpoint_order.cpp28 << ", counterclockwise = " << boost::geometry::counterclockwise in main()
/third_party/boost/boost/geometry/views/
Dbox_view.hpp100 static order_selector const value = counterclockwise;
/third_party/boost/libs/geometry/doc/generated/
Denum.qbk117 '''<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. ]]
Dpoint_order.qbk19 Metafunction defining [*value] as the point order (clockwise, counterclockwise) of the specified ge…
Dclosure.qbk19 Metafunction defining [*value] as the closure (clockwise, counterclockwise) of the specified geomet…
Dbox_view.qbk40 …] [true] [If true, walks in clockwise direction, otherwise it walks in counterclockwise direction]]
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dtest_union.hpp211 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/
Dbox_view.cpp72 …_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/
Dpoint_order.hpp53 counterclockwise = 2, enumerator
/third_party/boost/boost/geometry/geometries/
Dring.hpp134 static const order_selector value = counterclockwise;
/third_party/boost/boost/geometry/algorithms/detail/
Dcalculate_point_order.hpp233 : geometry::counterclockwise; in apply()
305 : geometry::counterclockwise; in apply()
/third_party/boost/libs/geometry/doc/reference/algorithms/
Dwithin.qbk28 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/
Dtest_intersection.hpp240 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/
Dring.qbk28 …ts::point_order` defining the order or orientation of its points, `clockwise` or `counterclockwise`
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Dtest_difference.hpp95 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/
Dconvex_hull.hpp123 = geometry::point_order<OutputGeometry>::value == counterclockwise; in apply()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dtraverse.cpp138 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/
Dtest_is_valid.hpp149 return bg::point_order<Geometry>::value == bg::counterclockwise; in apply()
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer.hpp200 << (bg::point_order<GeometryOut>::value == bg::counterclockwise ? "_ccw" : "") in test_buffer()

12