Go to the source code of this file.
Classes | |
| struct | MR::CurvePoint |
Namespaces | |
| namespace | MR |
Typedefs | |
| using | MR::CurveFunc = std::function<CurvePoint(float)> |
| curve given as a function: time -> point | |
| using | MR::CurvePoints = std::vector<CurvePoint> |
| curve given as a number of points on it samples at arbitrary steps | |