Click or drag to resize

ClipperMinkowskiSum(ListIntPoint, ListIntPoint, Boolean) Method

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


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static List<List<IntPoint>> MinkowskiSum(
	List<IntPoint> pattern,
	List<IntPoint> path,
	bool pathIsClosed
)

Parameters

pattern  ListIntPoint

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

path  ListIntPoint

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

pathIsClosed  Boolean

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

Return Value

ListListIntPoint

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

See Also