Searched refs:coord_t (Results 1 – 3 of 3) sorted by relevance
44 typedef typename coordinate_type<Point>::type coord_t; in vec_normalize() typedef46 coord_t const c0 = 0; in vec_normalize()61 typedef typename coordinate_type<Point>::type coord_t; in vec_normalize() typedef62 coord_t len; in vec_normalize()
80 typedef typename coordinate_type<PointSph>::type coord_t; in cart3d_to_sph() typedef93 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()
897 typedef typename coordinate_type<Point3d>::type coord_t; typedef909 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() typedef942 coord_t const len = math::sqrt(dot_product(ip1, ip1)); in intersection_points()946 multiply_value(ip2, coord_t(-1)); in intersection_points()