IConvertibleCurve1.ToSplineCurve

IConvertibleCurve<T>.ToSplineCurve method

Gets a CUBIC interpolated curve. Use only when MaxDegree is 3.

public IReadOnlyDictionary<float, (T TangentIn, T Value, T TangentOut)> ToSplineCurve()

Return Value

A Time-Value dictionary

See Also