Click or drag to resize
DigitalRuneCurveKeyTParam, TPointPoint Property
Gets or sets the curve point for this curve key.

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

Property Value

Type: TPoint
The curve point (control point).
Remarks
Depending on the type of interpolation that is used for the current segment of the curve, the key may be point on the curve (see Bezier, CatmullRom, Hermite, Linear, StepLeft, StepCentered, StepRight) or may only be a control point that does not directly on the curve (see BSpline).
See Also