| PiecewiseCurveTParam, TPoint, TCurveKeyPreLoop Property |
Gets or sets a value that defines how the curve looks before the first path key.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public CurveLoopType PreLoop { get; set; }
Public Property PreLoop As CurveLoopType
Get
Set
public:
property CurveLoopType PreLoop {
CurveLoopType get ();
void set (CurveLoopType value);
}
member PreLoop : CurveLoopType with get, set
Property Value
Type:
CurveLoopType
The pre-loop behavior. The default value is
Constant.
Remarks
The parameter of the first curve key defines the start of the curve. If the user specifies a
parameter in a curve method that is less, this property defines which curve keys and values
are used for computations.
See Also