Home
last modified time | relevance | path

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

/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
/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
/third_party/boost/boost/geometry/formulas/
Dgeographic.hpp36 inline Point3d geo_to_cart3d(PointGeo const& point_geo, Spheroid const& spheroid) in geo_to_cart3d()
62 inline void geo_to_cart3d(PointGeo const& point_geo, Point3d & result, Point3d & north, Point3d & e… in geo_to_cart3d()