Point2dCollectionExtensionRemoveDuplicates Method |
Name | Description | |
---|---|---|
![]() ![]() | RemoveDuplicates(IEnumerablePoint2d) |
Removes duplicated points using Tolerance.Global.EqualPoint.
|
![]() ![]() | RemoveDuplicates(Point2dCollection) |
Removes duplicated points using Tolerance.Global.EqualPoint.
|
![]() ![]() | RemoveDuplicates(IEnumerablePoint2d, Tolerance) |
Removes duplicated points using the specified Tolerance.
|
![]() ![]() | RemoveDuplicates(Point2dCollection, Tolerance) |
Removes duplicated points using the specified Tolerance.
|