Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/srs/
Dspheroid.hpp136 typedef srs::spheroid<RadiusType> spheroid_type; typedef
138 static inline RadiusType get(spheroid_type const& s) in get()
143 static inline void set(spheroid_type& s, RadiusType const& value) in set()
/third_party/boost/boost/geometry/strategies/geographic/
Dintersection.hpp310 typedef srs::spheroid<calc_t> spheroid_type; in apply() typedef
315 spheroid_type spheroid = formula::unit_spheroid<spheroid_type>(m_spheroid); in apply()