Click or drag to resize

ClipperMinkowskiSum(PathD, PathD, Boolean) Method

Returns the Minkowski sum of two floating-point paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathsD MinkowskiSum(
	PathD pattern,
	PathD path,
	bool isClosed
)

Parameters

pattern  PathD
The pattern path.
path  PathD
The base path.
isClosed  Boolean
if the base path is closed; otherwise, .

Return Value

PathsD
The Minkowski sum.
See Also