Oxygen Engine
Modern C++ 3D Engine using OpenGL
|
Public Member Functions | |
auto | operator<=> (const CurvePoint &other) const |
For comparison, only take the abscissa into account. | |
Public Attributes | |
T | position |
Abscissa position of this point. | |
V | value |
Value of this point. | |
CurveInterpolation | interpolation = CurveInterpolation::HOLD_LAST |
How to interpolate between last point and this point. | |