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