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

Represents 2D coordinates. More...

#include <CommonTypes.hpp>

Collaboration diagram for Ragot::coordinates_t:
Collaboration graph

Public Attributes

float x
 
float y
 

Detailed Description

Represents 2D coordinates.

This structure holds the x and y coordinates of a point in 2D space, typically used for mesh vertices.

Member Data Documentation

◆ x

float Ragot::coordinates_t::x

◆ y

float Ragot::coordinates_t::y

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