Delphi function TranslatePath(const p: TPaths64, dx, dy: Int64): TPaths64;
C++ void TranslatePath(Paths64 &p, int64_t dx, int64_t dy);
C# Paths64 TranslatePath(Paths64 p, long dx, long dy);
This function translates a path the specified distances relative to the X and Y axes. Translation is often called offsetting which is confusing since geometric offsetting more specifically refers to creating parallel curves.
Copyright © 2010-2024 Angus Johnson - Clipper2 1.3.0 - Help file built on 14 Jan 2024