|
Bifrost SDK
Bifrost SDK documentation
|
Struct for one point. More...
#include <FCurve.h>
Public Member Functions | |
| constexpr | SegmentPoint ()=default |
| Default constructor. More... | |
| constexpr | SegmentPoint (ControlPoints const &coords) |
| Constructor with control points and default interpolation methods. More... | |
| constexpr | SegmentPoint (ControlPoints const &coords, SpanInterpolationMethod spanInterpolation, CurveInterpolationMethod curveInterpolation, bool locked) |
| Constructor with control points and interpolation methods. More... | |
| ControlPoints const & | getControlPoints () const |
| Get the control points for the segment. More... | |
| SpanInterpolationMethod | getSpanInterpolation () const |
| Get the interpolation method for the span between this point and the next point. More... | |
| CurveInterpolationMethod | getCurveInterpolation () const |
| Get the interpolation method for the curve segment. More... | |
| bool | isLocked () const |
| Check if this point is locked. More... | |
|
constexprdefault |
Default constructor.
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
inline |
|
inline |
|
inline |