Simple structures

Simple structures

Synopsis

                    GocPoint;
                    GocRect;

Description

Details

GocPoint

typedef struct {
	double x, y;
} GocPoint;


GocRect

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