omni::math::lerp_x
NAME

omni::math::lerp_x

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline double omni::math::lerp_x(const omni::math::dimensional<T, 2>& start, const omni::math::dimensional<T, 2>& end, T y)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top