Click or drag to resize

ClipperMinkowskiSum Method (ListIntPoint, ListListIntPoint, Boolean)

[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:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<List<IntPoint>> MinkowskiSum(
	List<IntPoint> pattern,
	List<List<IntPoint>> paths,
	bool pathIsClosed
)

Parameters

pattern
Type: System.Collections.GenericListIntPoint

[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
Type: System.Collections.GenericListListIntPoint

[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
Type: SystemBoolean

[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

Type: 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