Click or drag to resize
DigitalRuneCurveKeyTParam, TPointInterpolation Property
Gets or sets the type of interpolation (the spline type) used for the current curve segment between this key and the next key.

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public SplineInterpolation Interpolation { get; set; }

Property Value

Type: SplineInterpolation
The type of interpolation used for the current curve segment (the spline between this curve key and the next curve key).
See Also