An algorithm to find bounding box of closed bezier curves?

Posted by Sorush Rabiee on Stack Overflow See other posts from Stack Overflow or by Sorush Rabiee
Published on 2010-04-06T19:42:18Z Indexed on 2010/04/06 19:43 UTC
Read the original article Hit count: 244

Filed under:
|
|

I'm looking for an algorithm to find bounding box (max/min points) of a closed quadratic bezier curve in Cartesian axis:

input: C (a closed bezier curve)
output: A B C D points

Image

© Stack Overflow or respective owner

Related posts about bezier

Related posts about bezier-curve