1 Discussion / Question Topic

Remove Filter
Member Avatar for
Member Avatar for necrovore

I am trying to find out the bounding box of a bezier curve. I know that it can be done by getting all the points using de Casteljau's algorithm and then finding the minimum reactangle around the curve. But de Casteljau's algorithm will make my application too expensive, i feel. …

Member Avatar for ddanbe
0
234

The End.