1 2 3 4 5 6
typedef struct { float pos[3]; float color[3]; } vertex; enum AXIS {X_AXIS, Y_AXIS, Z_AXIS};