RAMSES Documentation  27.0.130
Information for RAMSES users and developers
ERotationConvention.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2020 BMW AG
3 // -------------------------------------------------------------------------
4 // This Source Code Form is subject to the terms of the Mozilla Public
5 // License, v. 2.0. If a copy of the MPL was not distributed with this
6 // file, You can obtain one at https://mozilla.org/MPL/2.0/.
7 // -------------------------------------------------------------------------
8 
9 #ifndef RAMSES_EROTATIONCONVENTION_H
10 #define RAMSES_EROTATIONCONVENTION_H
11 
12 namespace ramses
13 {
23  {
24  XYZ,
25  XZY,
26  YXZ,
27  YZX,
28  ZXY,
29  ZYX,
30  XYX,
31  XZX,
32  YXY,
33  YZY,
34  ZXZ,
35  ZYZ,
36  };
37 }
38 
39 #endif
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
ERotationConvention
Definition: ERotationConvention.h:23
@ ZXY
rotates around Y then X then Z axis
@ XYX
rotates around X then Y then X axis
@ ZYZ
rotates around Z then Y then Z axis
@ YXZ
rotates around Z then X then Y axis
@ ZYX
rotates around X then Y then Z axis
@ XZY
rotates around Y then Z then X axis
@ YXY
rotates around Y then X then Y axis
@ ZXZ
rotates around Z then X then Z axis
@ YZX
rotates around X then Z then Y axis
@ XYZ
rotates around Z then Y then X axis
@ XZX
rotates around X then Z then X axis
@ YZY
rotates around Y then Z then Y axis