Home
last modified time | relevance | path

Searched defs:point_3d (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/geometry/test/strategies/
Dmatrix_transformer.cpp24 typedef bg::model::point<coordinate_type, 3, bg::cs::cartesian> point_3d; in test_all() typedef
/third_party/boost/libs/geometry/example/
D02_linestring_example.cpp216 typedef model::point<float, 3, cs::cartesian> point_3d; in main() typedef
/third_party/boost/libs/geometry/test/formulas/
Dintersection.cpp111 typedef bg::model::point<double, 3, bg::cs::cartesian> point_3d; in test_formulas() typedef
/third_party/boost/boost/geometry/formulas/
Dgeographic.hpp95 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()
Dspherical.hpp82 static inline PointSph cart3d_to_sph(Point3d const& point_3d) in cart3d_to_sph()