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