Home
last modified time | relevance | path

Searched refs:plane2 (Results 1 – 3 of 3) sorted by relevance

/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.hpp309 plane2 = calc_policy.get_plane(b1v, b2v); in apply() local
314 calculate_dist(b1v, b2v, plane2, dist_b1_b2); in apply()
324 sides.set<0>(plane2.side_value(a1v), plane2.side_value(a2v)); in apply()
372 if (! b_is_point && ! detail::vec_normalize(plane2.normal, len2)) in apply()
419 calc_t dot_n1n2 = dot_product(plane1.normal, plane2.normal); in apply()
437plane2, a1v, a2v, dist_b1_b2, degen_neq_coords); in apply()
460 … calculate_collinear_data(b1, b2, a1, a2, b1v, b2v, plane2, a1v, a2v, dist_b1_b2, dist_b1_a1); in apply()
461 … calculate_collinear_data(b1, b2, a1, a2, b1v, b2v, plane2, a2v, a1v, dist_b1_b2, dist_b1_a2); in apply()
523 plane1, plane2, calc_policy, in apply()
625 Plane const& plane2, // in in calculate_ip_data()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublevector3d.cpp89 …(const QDoubleVector3D &plane1, const QDoubleVector3D &plane2, const QDoubleVector3D &plane3) const in distanceToPlane() argument
91 QDoubleVector3D n = normal(plane2 - plane1, plane3 - plane1); in distanceToPlane()
H A Dqdoublevector3d_p.h110 …double distanceToPlane(const QDoubleVector3D &plane1, const QDoubleVector3D &plane2, const QDouble…