Move point in 3D space diagonally simple issue

Hi,

I am having issues with something that should be really simple.
I want to move a point up in 3D space, but I can’t use xyz vector axis because the locations are totally random. Mainly, I need to move a few points, one by one, diagonally in some random locations.

Can anyone suggest a tutorial/forum or something where I can learn how to do this?
Thanks a lot!

  • You can add X, Y and Z vectors together using the + component before passing the result to Move.
  • You can rotate a vector.
  • You can use Vector2Pt to create a diagonal vector between two points and Amplitude to set it’s “length”.
1 Like