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