Aller au contenu

Enumeration HrzProtocol.EulerRotationOrder

Defined in hrz/protocol/maths/geometry.proto.

This describes the order of extrinsic rotations for a rotation expressed using Euler angles. Any triple of extrinsic rotations is equivalent to intrinsic rotations by the same angles but with inverted order of rotations, and vice-versa. For instance, the intrinsic rotations x-y’-z″ by angles α, β, γ are equivalent to the extrinsic rotations z-y-x by angles γ, β, α.


EULER_ZYX (0)

EULER_ZXY (1)

EULER_XYZ (2)

EULER_XZY (3)

EULER_YZX (4)

EULER_YXZ (5)