Click or drag to resize

ClipperIsPositive(PathD) Method

Determines whether a floating-point polygon has positive orientation.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsPositive(
	PathD poly
)

Parameters

poly  PathD
The polygon to test.

Return Value

Boolean
if the polygon has positive orientation; otherwise, .
See Also