Searched defs:point_3d (Results 1 – 5 of 5) sorted by relevance
24 typedef bg::model::point<coordinate_type, 3, bg::cs::cartesian> point_3d; in test_all() typedef
216 typedef model::point<float, 3, cs::cartesian> point_3d; in main() typedef
111 typedef bg::model::point<double, 3, bg::cs::cartesian> point_3d; in test_formulas() typedef
95 inline PointGeo cart3d_to_geo(Point3d const& point_3d, Spheroid const& spheroid) in cart3d_to_geo()142 inline Point3d projected_to_xy(Point3d const& point_3d, Spheroid const& spheroid) in projected_to_xy()
82 static inline PointSph cart3d_to_sph(Point3d const& point_3d) in cart3d_to_sph()