NAME
A static function of omni::math
omni::math::lerp_y
A static function of omni::math
#include <omni/math.hpp>template < typename T > static inline double omni::math::lerp_y(T x1, T y1, T x2, T y2, T x)