Click or drag to resize
DigitalRuneCurve2FFlatten Method
Not supported.

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public override void Flatten(
	ICollection<Vector2F> points,
	int maxNumberOfIterations,
	float tolerance
)

Parameters

points
Type: System.Collections.GenericICollectionVector2F
The points.
maxNumberOfIterations
Type: SystemInt32
The max number of iterations.
tolerance
Type: SystemSingle
The tolerance.

Implements

ICurveTParam, TPointFlatten(ICollectionTPoint, Int32, TParam)
Exceptions
ExceptionCondition
NotSupportedException This operation is not supported. A Curve2F cannot be flattened.
See Also