Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/formulas/
Dthomas_inverse.hpp115 CT const sin_d = sin(d); in apply() local
119 if ( math::equals(sin_d, c0) in apply()
130 CT const T = d / sin_d; in apply()
152 result.distance = a * sin_d * (T - delta1d + delta2d); in apply()
Dandoyer_inverse.hpp99 CT const sin_d = sin(d); // [-1, 1] in apply() local
105 CT const three_sin_d = CT(3) * sin_d; in apply()
129 if (math::equals(sin_d, c0)) in apply()
206 CT const T = d / sin_d; in apply()
Dthomas_direct.hpp136 CT const sin_d = sin(d); in apply() local
141 CT const V = cos_u * cos_d - sin_u * sin_d; in apply()
142 CT const Y = c2 * P * V * W * sin_d; in apply()
147 X = math::sqr(C2) * sin_d * cos_d * (2 * math::sqr(V) - c1); in apply()