Hi,
cos-a -sin-a 0
sin-a cos-a 0
0 0 1
1 1 1
So if you want to turn by 33 degrees around the z axis:
33° = cos a = 0,839
33° = sin a = 0,545
0,839 -0,545 0
0,545 0,839 0
0 0 1
1 1 1
The test
las2las -i france.laz -o rotated.laz -transform_matrix 0.839,-0.545,0 0.545,0.839,0 0,0,1 1,1,1
shows in the hopefully soon released new GUI the rotated picture (shifted by x to avoid overlap):
Happy rotating!
Jochen @rapidlasso