TDME2  1.9.200
Rotation.cpp
Go to the documentation of this file.
1 #include <tdme/engine/Rotation.h>
2 
3 #include <tdme/tdme.h>
4 #include <tdme/math/Vector3.h>
5 
7 
9 
10 Vector3 Rotation::X_AXIS(1.0f, 0.0f, 0.0f);
11 Vector3 Rotation::Y_AXIS(0.0f, 1.0f, 0.0f);
12 Vector3 Rotation::Z_AXIS(0.0f, 0.0f, 1.0f);
Rotation representation.
Definition: Rotation.h:18
Vector3 class representing vector3 mathematical structure and operations with x, y,...
Definition: Vector3.h:20