Click or drag to resize

MinkowskiSum(Path64, Path64, Boolean) Method

Calculates the Minkowski sum of two integer paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Paths64 Sum(
	Path64 pattern,
	Path64 path,
	bool isClosed
)

Parameters

pattern  Path64
The pattern path.
path  Path64
The path to which the pattern is applied.
isClosed  Boolean
If set to , the input path is treated as closed.

Return Value

Paths64
The resulting integer paths.
See Also