I need to confirm if the Euclidean distance between two points still remains the same if the axis is rotated at a certain angle (two dimensional)? for example, point A and point B have a distance of 3 units in coordinate system 1. If the coordinate system is rotated at an angle theta, in this new system (system 2) will have the same Euclidean distance of 3 units or not?
I am trying to solve a problem that has both translation and rotation of the axis. So I can say I will have three-axis in this process, first is the original, second after translation, and third after the rotation of this second axis.