ClipperIsPositive(PathD) Method |
Determines whether a floating-point polygon has positive orientation.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsPositive(
PathD poly
)
Parameters
- poly PathD
- The polygon to test.
Return Value
Boolean if the polygon has positive orientation; otherwise,
.
See Also