Click or drag to resize

Minkowski Class

Provides Minkowski sum and difference operations for integer and floating-point paths.
Inheritance Hierarchy
SystemObject
  Clipper2LibMinkowski

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class Minkowski

The Minkowski type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDiff(Path64, Path64, Boolean) Calculates the Minkowski difference of two integer paths.
Public methodStatic memberDiff(PathD, PathD, Boolean, Int32) Calculates the Minkowski difference of two floating-point paths.
Public methodStatic memberSum(Path64, Path64, Boolean) Calculates the Minkowski sum of two integer paths.
Public methodStatic memberSum(PathD, PathD, Boolean, Int32) Calculates the Minkowski sum of two floating-point paths.
Top
See Also