Click or drag to resize

ClipperCleanPolygon Method

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

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<IntPoint> CleanPolygon(
	List<IntPoint> path,
	double distance = 1.415
)

Parameters

path
Type: System.Collections.GenericListIntPoint

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

distance (Optional)
Type: SystemDouble

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

Return Value

Type: ListIntPoint

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

See Also