#ifndef GEOMETRY_HEADER #define GEOMETRY_HEADER typedef struct vertex { double x; double y; } vertex_t; #endif