ganv_box_normalize

void ganv_box_normalize (GanvBox* box);
  

Normalize the box coordinates such that x1 < x2 and y1 < y2.

box

The box to normalize.

Returns