I have a matrix M = [3, 2, 1] which I would like to rotate 360° so that it returns a matrix looking the same in every direction. This would return a rotationall
M = [3, 2, 1]