|
marvin 0.0.1
Pure C++ audio helper library
|
#include <marvin/library/marvin_Concepts.h>Go to the source code of this file.
Classes | |
| struct | marvin::math::ReciprocalRange< T > |
| Convenience POD struct for representing a range used by marvin::math::ReciprocalRange. More... | |
| class | marvin::math::Reciprocal< T > |
| Class to handle mapping from one range to another (warped) range, based on the reciprocal function 1/x. More... | |
Namespaces | |
| namespace | marvin |
| A mostly harmless top-level namespace. | |
| namespace | marvin::math |
| Math helper functions and classes. | |
Functions | |
| template<FloatType T> | |
| ReciprocalRange< T > | marvin::math::operator+ (const ReciprocalRange< T > &other, T constant) |
| template<FloatType T> | |
| ReciprocalRange< T > | marvin::math::operator- (const ReciprocalRange< T > &other, T constant) |
| template<FloatType T> | |
| ReciprocalRange< T > | marvin::math::operator* (const ReciprocalRange< T > &other, T constant) |
| template<FloatType T> | |
| ReciprocalRange< T > | marvin::math::operator/ (const ReciprocalRange< T > &other, T constant) |