typedef struct { float pos[3]; float color[3]; } vertex; enum AXIS {X_AXIS, Y_AXIS, Z_AXIS};