LMMS
Loading...
Searching...
No Matches
lmms::LinearMap< T > Class Template Reference

#include <lmms_math.h>

Public Member Functions

 LinearMap (T x1, T y1, T x2, T y2)
map (T x) const

Private Attributes

m_a
m_b

Constructor & Destructor Documentation

◆ LinearMap()

template<typename T>
lmms::LinearMap< T >::LinearMap ( T x1,
T y1,
T x2,
T y2 )
inline

Member Function Documentation

◆ map()

template<typename T>
T lmms::LinearMap< T >::map ( T x) const
inline

Member Data Documentation

◆ m_a

template<typename T>
T lmms::LinearMap< T >::m_a
private

◆ m_b

template<typename T>
T lmms::LinearMap< T >::m_b
private

The documentation for this class was generated from the following file: