A template class to create spline key objects for the spline interpolation classes.
More...
#include <murl_math_spline_base.h>
template<class DataType>
class Murl::Math::SplineKey< DataType >
A template class to create spline key objects for the spline interpolation classes.
|
using | ValueType = DataType |
| The template parameter value type.
|
|
◆ SplineKey()
template<class DataType >
The constructor including time and value.
- Parameters
-
time | The time for the key in seconds. |
value | The value for the key. |
◆ IsEqual()
template<class DataType >
Compare the animation key to another one.
- Parameters
-
- Returns
- true if both keys are identical.
◆ operator==()
template<class DataType >
The "equal to" comparison operator, calls IsEqual().
- Parameters
-
rhs | The right hand side key to compare. |
- Returns
- true if both keys are identical.
◆ operator!=()
template<class DataType >
The "not equal to" comparison operator, calls IsEqual().
- Parameters
-
rhs | The right hand side key to compare. |
- Returns
- true if both keys are not identical.
The documentation for this class was generated from the following file: