Point

Point struct

struct Point {}

Members

Variables

x
float x;

x coordinate

y
float y;

y coordinate

Meta