|
Brenta Engine 1.2
|
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 51 of file camera.hpp.
|
default |
Default constructor.
|
inline |
Constructor.
Full constructor that initializes the euler angles with the specified values.
Definition at line 66 of file camera.hpp.
| float brenta::types::euler_angles::pitch |
Definition at line 54 of file camera.hpp.
| float brenta::types::euler_angles::roll |
Definition at line 55 of file camera.hpp.
| float brenta::types::euler_angles::yaw |
Definition at line 53 of file camera.hpp.