Click or drag to resize

ClipperMinkowskiSum(ListIntPoint, ListListIntPoint, Boolean) Method

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

paths  ListListIntPoint

[Missing <param name="paths"/> documentation for "M:ClipperLib.Clipper.MinkowskiSum(System.Collections.Generic.List{ClipperLib.IntPoint},System.Collections.Generic.List{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{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{System.Collections.Generic.List{ClipperLib.IntPoint}},System.Boolean)"]

See Also