Searched refs:b2v (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/spherical/ |
| H A D | intersection.hpp | 303 vec3d_t const b2v = calc_policy.template to_cart3d<vec3d_t>(b2); in apply() local 309 plane2 = calc_policy.get_plane(b1v, b2v); in apply() 314 calculate_dist(b1v, b2v, plane2, dist_b1_b2); in apply() 349 sides.set<1>(plane1.side_value(b1v), plane1.side_value(b2v)); in apply() 436 return collinear_one_degenerated<Policy, calc_t>(a, true, b1, b2, a1, a2, b1v, b2v, in apply() 443 … plane1, b1v, b2v, dist_a1_a2, degen_neq_coords); in apply() 452 … calculate_collinear_data(a1, a2, b1, b2, a1v, a2v, plane1, b1v, b2v, dist_a1_a2, dist_a1_b1); in apply() 453 … calculate_collinear_data(a1, a2, b1, b2, a1v, a2v, plane1, b2v, b1v, dist_a1_a2, dist_a1_b2); 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() [all …]
|