| CurveKeyTParam, 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.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public SplineInterpolation Interpolation { get; set; }
Public Property Interpolation As SplineInterpolation
Get
Set
public:
property SplineInterpolation Interpolation {
SplineInterpolation get ();
void set (SplineInterpolation value);
}
member Interpolation : SplineInterpolation with 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