Searched defs:vincenty_inverse (Results 1 – 1 of 1) sorted by relevance
58 struct vincenty_inverse struct60 static const bool CalcQuantities = EnableReducedLength || EnableGeodesicScale;61 static const bool CalcAzimuths = EnableAzimuth || EnableReverseAzimuth || CalcQuantities;62 static const bool CalcFwdAzimuth = EnableAzimuth || CalcQuantities;63 static const bool CalcRevAzimuth = EnableReverseAzimuth || CalcQuantities;66 typedef result_inverse<CT> result_type;69 static inline result_type apply(T1 const& lon1, in apply()