|
Brenta Engine 1.2
|
Euler angles. More...
#include <camera.hpp>
Public Member Functions | |
| euler_angles (float yaw, float pitch, float roll) | |
Data Fields | |
| float | yaw |
| float | pitch |
| float | roll |
Euler angles.
This struct represents the euler angles of a rigid body in 3D space.
Definition at line 43 of file camera.hpp.
|
inline |
Definition at line 50 of file camera.hpp.
| float brenta::types::euler_angles::pitch |
Definition at line 46 of file camera.hpp.
| float brenta::types::euler_angles::roll |
Definition at line 47 of file camera.hpp.
| float brenta::types::euler_angles::yaw |
Definition at line 45 of file camera.hpp.