Click or drag to resize

ClipperTrimCollinear(Path64, Boolean) Method

Removes collinear vertices from an integer path.

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

Parameters

path  Path64
The path to trim.
isOpen  Boolean  (Optional)
if the path is open; otherwise, .

Return Value

Path64
The trimmed path.
See Also