Hi,

I am a bit confused by angles and rotation.

The manual says, the ranges of the angles are
pan: 0 .. 360
tilt: -90 .. +90
roll: 0 .. 360
(online manual, section ENTITY->pan, tilt, roll)
And it also says, that it is important to keep the angles within this ranges to avoid gimbal lock problems.
Fine, I want to avoid any problem - so I try to keep the angles within the given ranges.

But if I use engine functions (e.g. ang_add, ang_rotate, c_rotate), the ranges of the result angles are:
pan: -180 .. 180
tilt: -90 .. +90
roll: -180 .. 180

I am using GS 8.10 Extra edition.

Does anyone know why the engine functions don't stay in the ranges which are stated in the manual? Or did I get something wrong?