Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Dnormalize.hpp44 typedef typename coordinate_type<Point>::type coord_t; in vec_normalize() typedef
46 coord_t const c0 = 0; in vec_normalize()
61 typedef typename coordinate_type<Point>::type coord_t; in vec_normalize() typedef
62 coord_t len; in vec_normalize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dspherical.hpp80 typedef typename coordinate_type<PointSph>::type coord_t; in cart3d_to_sph() typedef
93 coord_t lon = get<0>(res); in cart3d_to_sph()
94 coord_t lat = get<1>(res); in cart3d_to_sph()
99 coord_t in cart3d_to_sph()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp897 typedef typename coordinate_type<Point3d>::type coord_t; typedef
909 static coord_t cos_angle_between(Point3d const& p1, Point3d const& p2) in cos_angle_between()
914 coord_t cos_angle_between(Point3d const& p1, Point3d const& p2, bool & is_forward) const in cos_angle_between()
916 coord_t const c0 = 0; in cos_angle_between()
935 typedef typename coordinate_type<Point3d>::type coord_t; in intersection_points() typedef
942 coord_t const len = math::sqrt(dot_product(ip1, ip1)); in intersection_points()
946 multiply_value(ip2, coord_t(-1)); in intersection_points()