Home
last modified time | relevance | path

Searched refs:projection1 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/strategies/spherical/
Ddistance_cross_track.hpp436 return_type projection1 = cos( d_crs1 ) * d1 / d3; in apply() local
448 std::cout << "Projection AD-AB " << projection1 << " : " in apply()
457 if (projection1 > 0.0 && projection2 > 0.0) in apply()
/third_party/boost/boost/geometry/strategies/geographic/
Ddistance_cross_track.hpp608 CT projection1 = cos( a312 ) * res13.distance / res12.distance; in apply() local
615 std::cout << "projection 1=" << projection1 << std::endl; in apply()
618 if (projection1 < c0) in apply()