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 Utility class for manipulating RGBA colors.
Define a point with color and texture coordinates.
Vector2f position
2D position of the vertex
Vector2f texCoords
Coordinates of the texture's pixel to map to the vertex.
Color color
Color of the vertex.