NAME
A function of omni::math
OVERLOADS
omni::math::linear_interpolation_y
A function of omni::math
#include <omni/math.hpp>template < typename T > inline double omni::math::linear_interpolation_y(T x1, T y1, T x2, T y2, T x)OVERLOADS
template < typename T > inline double omni::math::linear_interpolation_y(const omni::math::dimensional<T, 2>& start, const omni::math::dimensional<T, 2>& end, T x)