Searched refs:epsp (Results 1 – 1 of 1) 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 D | side_by_triangle.hpp | 153 static inline PromotedType apply(P1 const& p1, P2 const& p2, P const& p, EpsPolicy & epsp) in apply() 155 return side_value<CoordinateType, PromotedType>(p1, p2, p, epsp); in apply() 163 static inline PromotedType apply(P1 const& p1, P2 const& p2, P const& p, EpsPolicy & 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() 247 eps_policy< math::detail::equals_factor_policy<promoted_type> > epsp; in apply() local 251 >::apply(p1, p2, p, epsp); in apply() 254 return math::detail::equals_by_policy(s, zero, epsp.policy) ? 0 in apply()
|