p = boxToPatch(box, z)
Convert box [xmin xmax ymin ymax] to a patch data structure
box | any | box representation of rectangle [xmin xmax ymin ymax] |
z | any | (optional) zdata for patch, default value: 0 |
p | any | struct with patch xdata and ydata |