Lines Matching full:axes
51 * Therefore, this could express all the axes {+X,+Y,+Z,-X,-Y,-Z}
74 * Euler rotation is a set of three rotation on fixed axes. (see \ref EulerAngles)
75 * This meta-class store constantly those signed axes. (see \ref EulerAxis)
80 * signed axes{+X,+Y,+Z,-X,-Y,-Z} are supported:
81 * - all axes X, Y, Z in each valid order (see below what order is valid)
91 * Same unsigned axes can't be neighbors, e.g. {X,X,Y} is invalid.
93 * - _tait bryan_ - all unsigned axes are distinct, e.g. {X,Y,Z}
94 * - _proper/classic Euler angles_ - The first and the third unsigned axes is equal,
101 * just use the equal intrinsic opposite order for axes and angles.
102 * I.e axes (A,B,C) becomes (C,B,A), and angles (a,b,c) becomes (c,b,a).
106 * Convenient typedefs for EulerSystem exist (only for positive axes Euler systems),