Brenta Engine 1.1
|
Euler angles. More...
#include <camera.hpp>
Public Member Functions | |
euler_angles ()=default | |
Default constructor. | |
euler_angles (float yaw, float pitch, float roll) | |
Constructor. | |
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 72 of file camera.hpp.
|
default |
Default constructor.
|
inline |
Constructor.
Full constructor that initializes the euler angles with the specified values.
Definition at line 87 of file camera.hpp.
float brenta::types::euler_angles::pitch |
Definition at line 75 of file camera.hpp.
float brenta::types::euler_angles::roll |
Definition at line 76 of file camera.hpp.
float brenta::types::euler_angles::yaw |
Definition at line 74 of file camera.hpp.