Represents a vertex in 3D space. More...
#include <CommonTypes.hpp>
Public Attributes | |
float | x |
float | y |
float | z |
Represents a vertex in 3D space.
This structure holds the x, y, and z coordinates of a vertex.
float Ragot::vertex_t::x |
float Ragot::vertex_t::y |
float Ragot::vertex_t::z |