Searched defs:spheroid_constants (Results 1 – 1 of 1) sorted by relevance
79 struct spheroid_constants struct in boost::geometry::strategy::area::geographic81 Spheroid m_spheroid;82 CT const m_a2; // squared equatorial radius83 CT const m_e2; // squared eccentricity84 CT const m_ep2; // squared second eccentricity85 CT const m_ep; // second eccentricity86 CT const m_c2; // squared authalic radius88 inline spheroid_constants(Spheroid const& spheroid) in spheroid_constants() function