Oxygen Engine
Modern C++ 3D Engine using OpenGL
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages Concepts
oe::util::CurvePoint< V, T > Struct Template Reference
+ Collaboration diagram for oe::util::CurvePoint< V, T >:

Public Member Functions

auto operator<=> (const CurvePoint &other) const
 For comparison, only take the abscissa into account.
 

Public Attributes

position
 Abscissa position of this point.
 
value
 Value of this point.
 
CurveInterpolation interpolation = CurveInterpolation::HOLD_LAST
 How to interpolate between last point and this point.
 

The documentation for this struct was generated from the following file: