Provides Minkowski sum and difference operations for integer and floating-point paths.
Inheritance Hierarchy Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static class Minkowski
The Minkowski type exposes the following members.
Methods| | Name | Description |
|---|
  | Diff(Path64, Path64, Boolean) |
Calculates the Minkowski difference of two integer paths.
|
  | Diff(PathD, PathD, Boolean, Int32) |
Calculates the Minkowski difference of two floating-point paths.
|
  | Sum(Path64, Path64, Boolean) |
Calculates the Minkowski sum of two integer paths.
|
  | Sum(PathD, PathD, Boolean, Int32) |
Calculates the Minkowski sum of two floating-point paths.
|
Top
See Also