Click or drag to resize

ClipperOrientation Method

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

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool Orientation(
	List<IntPoint> poly
)

Parameters

poly
Type: System.Collections.GenericListIntPoint

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

Return Value

Type: Boolean

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

See Also