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: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static List<List<IntPoint>> MinkowskiDiff(
	List<IntPoint> poly1,
	List<IntPoint> poly2
)

Parameters

poly1  ListIntPoint

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

poly2  ListIntPoint

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

Return Value

ListListIntPoint

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

See Also