Home
last modified time | relevance | path

Searched refs:side_value (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_by_triangle.hpp103 PromotedType side_value(P1 const& p1, P2 const& p2, P const& p, EpsPolicy & eps_policy) in side_value() function in boost::geometry::strategy::side::side_by_triangle
137 PromotedType side_value(P1 const& p1, P2 const& p2, P const& p) in side_value() function in boost::geometry::strategy::side::side_by_triangle
140 return side_value<CoordinateType, PromotedType>(p1, p2, p, dummy); in side_value()
155 return side_value<CoordinateType, PromotedType>(p1, p2, p, epsp); in apply()
191 return side_value<CoordinateType, PromotedType>(p, p1, p2, epsp); in apply()
196 return side_value<CoordinateType, PromotedType>(p2, p, p1, epsp); in apply()
203 return side_value<CoordinateType, PromotedType>(p1, p2, p, epsp); in apply()
208 return side_value<CoordinateType, PromotedType>(p2, p, p1, epsp); in apply()
H A Dside_of_intersection.hpp224 static inline T side_value(Segment const& a, Segment const& b, in side_value() function in boost::geometry::strategy::side::side_of_intersection
334 coordinate_type const s = side_value<coordinate_type>(a, b, c, fallback_point); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp324 sides.set<0>(plane2.side_value(a1v), plane2.side_value(a2v)); in apply()
349 sides.set<1>(plane1.side_value(b1v), plane1.side_value(b2v)); in apply()
904 int side_value(Point3d const& pt) const in side_value() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp161 = side_strategy::template side_value in check_segment()