Home
last modified time | relevance | path

Searched refs:point_geo (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/formulas/
Dintersection.cpp110 typedef bg::model::point<double, 2, bg::cs::geographic<bg::degree> > point_geo; in test_formulas() typedef
112 point_geo a1(results.p1.lon, results.p1.lat); in test_formulas()
113 point_geo a2(results.p2.lon, results.p2.lat); in test_formulas()
114 point_geo b1(results.q1.lon, results.q1.lat); in test_formulas()
115 point_geo b2(results.q2.lon, results.q2.lat); in test_formulas()
121 point_geo res(0, 0); in test_formulas()
123 res = bg::formula::cart3d_to_geo<point_geo>(resv, spheroid); in test_formulas()
/third_party/boost/libs/geometry/test/srs/
Dtransformation_epsg.cpp28 typedef model::point<T, 2, cs::geographic<bg::degree> > point_geo; in test_issue_657() typedef
39 point_geo pt(-114.7399212, 36.0160698); in test_issue_657()
/third_party/boost/boost/geometry/formulas/
Dgeographic.hpp36 inline Point3d geo_to_cart3d(PointGeo const& point_geo, Spheroid const& spheroid) in geo_to_cart3d() argument
43 calc_t const lon = get_as_radian<0>(point_geo); in geo_to_cart3d()
44 calc_t const lat = get_as_radian<1>(point_geo); in geo_to_cart3d()
62 inline void geo_to_cart3d(PointGeo const& point_geo, Point3d & result, Point3d & north, Point3d & e… in geo_to_cart3d() argument
69 calc_t const lon = get_as_radian<0>(point_geo); in geo_to_cart3d()
70 calc_t const lat = get_as_radian<1>(point_geo); in geo_to_cart3d()