Click or drag to resize

ClipperMinkowskiDiff Method

[Missing <summary> documentation for "M:ClipperLib.Clipper.MinkowskiDiff(System.Collections.Generic.List{ClipperLib.IntPoint},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 List<List<IntPoint>> MinkowskiDiff(
	List<IntPoint> poly1,
	List<IntPoint> poly2
)

Parameters

poly1
Type: System.Collections.GenericListIntPoint

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

poly2
Type: System.Collections.GenericListIntPoint

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

Return Value

Type: ListListIntPoint

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

See Also