NAME
A static function of omni::math
OVERLOADS
omni::math::distance_between_2_points
A static function of omni::math
#include <omni/math.hpp>template < typename T > inline double omni::math::distance_between_2_points(T start_x, T start_y, T end_x, T end_y)OVERLOADS
template < typename T > inline double omni::math::distance_between_2_points(T start_x, T start_y, T start_z, T end_x, T end_y, T end_z)
template < typename T > inline double omni::math::distance_between_2_points(const omni::math::dimensional<T 2>& start, const omni::math::dimensional<T 2>& end)
template < typename T > inline double omni::math::distance_between_2_points(const omni::math::dimensional<T 3>& start, const omni::math::dimensional<T 3>& end)