Home
last modified time | relevance | path

Searched defs:flattening (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/formulas/
Dflattening.hpp28 struct flattening struct
33 struct flattening<ResultType, Geometry, srs_sphere_tag> struct
35 static inline ResultType apply(Geometry const& /*geometry*/) in apply()
42 struct flattening<ResultType, Geometry, srs_spheroid_tag> struct
44 static inline ResultType apply(Geometry const& geometry) in apply()
60 ResultType flattening(Geometry const& geometry) in flattening() function
Dvincenty_direct.hpp80 CT const flattening = formula::flattening<CT>(spheroid); in apply() local