omni::math::lerp_x
NAME

omni::math::lerp_x

A static function of omni::math

#include <omni/math.hpp>
template < typename T > static inline double omni::math::lerp_x(T x1, T y1, T x2, T y2, T y)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top