25 #ifndef CPP3DS_VERTEX_HPP
26 #define CPP3DS_VERTEX_HPP
31 #include <cpp3ds/Graphics/Color.hpp>
32 #include <cpp3ds/System/Vector2.hpp>
94 static void*
operator new (std::size_t size);
95 static void*
operator new[] (std::size_t size);
96 static void operator delete (
void *p);
97 static void operator delete[] (
void *p);
Vertex()
Default constructor.
Utility class for manpulating RGBA colors.
Define a point with color and texture coordinates.
Color color
Color of the vertex.
Vector2f position
2D position of the vertex
Vector2f texCoords
Coordinates of the texture's pixel to map to the vertex.