3D Graphics Engine for ESP32
 
Loading...
Searching...
No Matches
Ragot::transform_t Struct Reference

Represents a transformation in 3D space. More...

#include <CommonTypes.hpp>

Collaboration diagram for Ragot::transform_t:
Collaboration graph

Public Attributes

float x
 
float y
 
float z
 
float alpha
 
float beta
 
float gamma
 
float scale
 

Detailed Description

Represents a transformation in 3D space.

This structure holds the position, rotation (in Euler angles), and scale of an object in 3D space.

Member Data Documentation

◆ alpha

float Ragot::transform_t::alpha

◆ beta

float Ragot::transform_t::beta

◆ gamma

float Ragot::transform_t::gamma

◆ scale

float Ragot::transform_t::scale

◆ x

float Ragot::transform_t::x

◆ y

float Ragot::transform_t::y

◆ z

float Ragot::transform_t::z

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