Select to view content in your preferred language

Add Extra geometry functions in Arcade

548
0
01-26-2023 12:11 AM
Status: Open
Labels (1)
Jan_Creupelandt
Occasional Contributor

In Arcade, you can already rotate a geometry. There is also an offset function, but this translates the geometry only in horizontal direction (left or right).

I suggest to add additional Geometry functions:

  • Move : move a geometry by defining a startpoint and an endpoint
  • Scale : scale a geometry by defining a basepoint and a scale factor
  • Translate : reposition a geometry by defining 2 pair of points -> this will move, rotate and scale at the same time (also known as an affine transformation)
Tags (2)