MAX_HORTZ
#define MAX_ELEMENT (MAX_HORTZ * MAX_VERT)
return index % MAX_HORTZ;
return index / MAX_HORTZ;