Click or drag to resize

ClipperMakePath(Double) Method

Creates a floating-point path from an array of coordinates.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathD MakePath(
	double[] arr
)

Parameters

arr  Double
The alternating coordinate values.

Return Value

PathD
The created path.
See Also