Searched defs:flattening (Results 1 – 2 of 2) sorted by relevance
28 struct flattening struct33 struct flattening<ResultType, Geometry, srs_sphere_tag> struct35 static inline ResultType apply(Geometry const& /*geometry*/) in apply()42 struct flattening<ResultType, Geometry, srs_spheroid_tag> struct44 static inline ResultType apply(Geometry const& geometry) in apply()60 ResultType flattening(Geometry const& geometry) in flattening() function
80 CT const flattening = formula::flattening<CT>(spheroid); in apply() local