Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::types::euler_angles Struct Reference

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
 

Detailed Description

Euler angles.

This struct represents the euler angles of a rigid body in 3D space.

Definition at line 43 of file camera.hpp.

Constructor & Destructor Documentation

◆ euler_angles()

brenta::types::euler_angles::euler_angles ( float  yaw,
float  pitch,
float  roll 
)
inline

Definition at line 50 of file camera.hpp.

Field Documentation

◆ pitch

float brenta::types::euler_angles::pitch

Definition at line 46 of file camera.hpp.

◆ roll

float brenta::types::euler_angles::roll

Definition at line 47 of file camera.hpp.

◆ yaw

float brenta::types::euler_angles::yaw

Definition at line 45 of file camera.hpp.


The documentation for this struct was generated from the following file: