Kohi Game Engine
|
Represents a single vertex in 2D space. More...
#include <math_types.h>
Data Fields | |
vec2 | position |
The position of the vertex. More... | |
vec2 | texcoord |
The texture coordinate of the vertex. More... | |
Represents a single vertex in 2D space.
vec2 position |
The position of the vertex.
vec2 texcoord |
The texture coordinate of the vertex.