Click or drag to resize

ClipperTrimCollinear(PathD, Int32, Boolean) Method

Removes collinear vertices from a floating-point path.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathD TrimCollinear(
	PathD path,
	int precision,
	bool isOpen = false
)

Parameters

path  PathD
The path to trim.
precision  Int32
The decimal precision used for conversion during trimming.
isOpen  Boolean  (Optional)
if the path is open; otherwise, .

Return Value

PathD
The trimmed path.
See Also