Click or drag to resize
DigitalRunePiecewiseCurveTParam, TPoint, TCurveKeyPostLoop Property
Gets or sets a value that defines how the curve looks after the last curve key.

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

Property Value

Type: CurveLoopType
The post-loop behavior. The default value is Constant.
Remarks
The parameter of the last curve key defines the end of the curve. If the user specifies a parameter in a curve method that is greater, this property defines which curve keys and values are used for computations.
See Also