
Halo uses a different orientation system Ex: 360 degrees = 6.283
Yaw: (rotates along the Z axis) aka facing direction
90 degrees cc = 1.570795
90 degrees c = -1.570795
180 degrees = 3.1415
Pitch: (rotates along the Y axis)
Flip forwards 90 degrees = 1.570795
flip backwards 90 degrees = -1.570795
flip upside down 180 degrees = 3.1415
Roll: (rotates along the X axis)
Turn right (clockwise) = 1.570795
Turn Left (counter clockwise) = -1.570795
Turn Upside down = 3.1415
now if you want something rotated 45 degrees then divide 1.570795 and decide which direction it will be rotated with "-".