ClipperMakePath(Double) Method |
Creates a floating-point path from an array of coordinates.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathD MakePath(
double[] arr
)
Parameters
- arr Double
- The alternating coordinate values.
Return Value
PathDThe created path.
See Also