Click or drag to resize

SharpPolylineD3DFromPointsWithPossibleDublettes Method

Gets a sharp polyline from a point array which may contain consecutive dublettes, i.e. two or more consecutive points with equal coordinates.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static SharpPolylineD3D FromPointsWithPossibleDublettes(
	IEnumerable<PointD3D> points
)

Parameters

points  IEnumerablePointD3D
The points.

Return Value

SharpPolylineD3D
An instance of SharpPolylineD3D, free from consecutive dublettes. Attention: the number of points in this polyline may differ from the number of points that were provided!
See Also