Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/formulas/
Dthomas_direct.hpp137 CT const cos_u = cos(u); in apply() local
140 CT const W = c1 - c2 * P * cos_u; in apply()
141 CT const V = cos_u * cos_d - sin_u * sin_d; in apply()