25 #ifndef SFML_VERTEX_HPP
26 #define SFML_VERTEX_HPP
31 #include <SFML/Graphics/Export.hpp>
32 #include <SFML/Graphics/Color.hpp>
33 #include <SFML/System/Vector2.hpp>
105 #endif // SFML_VERTEX_HPP
Vector2f position
2D position of the vertex
Color color
Color of the vertex.
Utility class for manipulating RGBA colors.
Vector2f texCoords
Coordinates of the texture's pixel to map to the vertex.
Define a point with color and texture coordinates.