Is there a formula for knowing the bounding box of
vertex(x, y)
bezierVertex(...
Or must i loop over it with bezierPoint in the range 0 to 1 and look at the min and max values i get of it?
(the last one i can do but i'm hoping for some kind of formula to gain speed).
1