Vertex

struct sfVertex
#include <Vertex.h>

Define a point with color and texture coordinates.

Public Members

sfVector2f position

Position of the vertex.

sfColor color

Color of the vertex.

sfVector2f texCoords

Coordinates of the texture’s pixel to map to the vertex.