Helper classes to assist in generating data points between two other data points. More...
#include "datatypes.h"
#include "exception.h"
#include "cubicspline.h"
#include <cmath>
#include <iterator>
#include <iostream>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | Mezzanine::BezierInterpolator< T > |
A simple functor for interpolating data points in a simple way. More... | |
class | Mezzanine::LinearInterpolator< T > |
A simple functor for interpolating data points in a simple way. More... | |
class | Mezzanine::SlowSplineInterpolator< T > |
If something specifically needs the linear interpolator for T they should use this. More... | |
class | Mezzanine::TrackStorage< InterpolatableType, InterpolatorType > |
Namespaces | |
Mezzanine | |
The bulk of the engine components go in this namspace. | |
Constant Groups | |
Mezzanine | |
The bulk of the engine components go in this namspace. | |
Helper classes to assist in generating data points between two other data points.
Definition in file interpolator.h.