MinkowskiSum

Del.» function MinkowskiSum(const Poly: TPath; const Path: TPath; IsClosed: Boolean): TPaths;

C++ » void MinkowskiSum(const Path& poly, const Path& path, Paths& solution, bool isClosed);

C#  » public static Paths MinkowskiSum(Path poly, Path path, bool isClosed);


Minkowski Addition is performed by adding each point in a polygon to the set of points in an open or closed path. The resulting polygon (or polygons) define the region that the original polygon would have passed over had it had been moved from the beginning to the end of that path.

See Also

MinkowskiDiff, Path, Paths