Castor3D 0.16.0
Multiplatform 3D engine
|
Classes | |
class | castor3d::Interpolator< DataT > |
Template class which handles the interpolations, would it be quaternion, point, real, ... interpolations. More... | |
class | castor3d::InterpolatorT< DataT, InterpolatorType::eNearest > |
Partial specialisation of InterpolatorT, for InterpolatorType::eNearest. More... | |
class | castor3d::InterpolatorT< DataT, InterpolatorType::eLinear > |
Partial specialisation of InterpolatorT, for InterpolatorType::eLinear. More... | |
class | castor3d::InterpolatorT< castor::Quaternion, InterpolatorType::eLinear > |
Handles the Quaternion linear interpolations. More... | |
Namespaces | |
namespace | castor3d |
Functions | |
template<typename DataT > | |
InterpolatorPtr< DataT > | castor3d::makeInterpolator (InterpolatorType type) |