|
marvin 0.0.1
Pure C++ audio helper library
|
Convenience POD struct for representing a range used by marvin::math::ReciprocalRange. More...
#include <marvin_Reciprocal.h>
Public Attributes | |
| T | min |
| T | centre |
| T | max |
Convenience POD struct for representing a range used by marvin::math::ReciprocalRange.
| T marvin::math::ReciprocalRange< T >::centre |
The centre of the range.
| T marvin::math::ReciprocalRange< T >::max |
The end of the range.
| T marvin::math::ReciprocalRange< T >::min |
The start of the range.