graphene_point_t

A point with two coordinates.

struct graphene_point_t {}

Members

Variables

x
float x;

the X coordinate of the point

y
float y;

the Y coordinate of the point