Simple structures
GocPoint; GocRect;
typedef struct { double x, y; } GocPoint;
typedef struct { double x, y; double width, height; } GocRect;