| Curve2FFlatten Method |
Not supported.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: 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
)
Public Overrides Sub Flatten (
points As ICollection(Of Vector2F),
maxNumberOfIterations As Integer,
tolerance As Single
)
public:
virtual void Flatten(
ICollection<Vector2F>^ points,
int maxNumberOfIterations,
float tolerance
) override
abstract Flatten :
points : ICollection<Vector2F> *
maxNumberOfIterations : int *
tolerance : float32 -> unit
override Flatten :
points : ICollection<Vector2F> *
maxNumberOfIterations : int *
tolerance : float32 -> unit
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 See Also