Click or drag to resize

ClipperOrientation Method

[Missing <summary> documentation for "M:ClipperLib.Clipper.Orientation(System.Collections.Generic.List{ClipperLib.IntPoint})"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool Orientation(
	List<IntPoint> poly
)

Parameters

poly  ListIntPoint

[Missing <param name="poly"/> documentation for "M:ClipperLib.Clipper.Orientation(System.Collections.Generic.List{ClipperLib.IntPoint})"]

Return Value

Boolean

[Missing <returns> documentation for "M:ClipperLib.Clipper.Orientation(System.Collections.Generic.List{ClipperLib.IntPoint})"]

See Also