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

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

#include <CommonTypes.hpp>

Collaboration diagram for Ragot::vertex_t:
Collaboration graph

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Represents a vertex in 3D space.

This structure holds the x, y, and z coordinates of a vertex.

Member Data Documentation

◆ x

float Ragot::vertex_t::x

◆ y

float Ragot::vertex_t::y

◆ z

float Ragot::vertex_t::z

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