| PiecewiseCurveTParam, TPoint, TCurveKeyPostLoop Property |
Gets or sets a value that defines how the curve looks after the last curve key.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public CurveLoopType PostLoop { get; set; }
Public Property PostLoop As CurveLoopType
Get
Set
public:
property CurveLoopType PostLoop {
CurveLoopType get ();
void set (CurveLoopType value);
}
member PostLoop : CurveLoopType with 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