I am using CoreGraphics to draw a quadratic bezier but want to computer the min/max value of the curve. I am not from a mathematical background so this has become a bit troublesome. Does anyone have any articles or ideas about how to solve this?
|
|
For a quadratic Bezier, this is actually quite simple. Define your three control points as
If
Again, if |
||
|
|
|
|
Calculus gives the standard box of tricks for finding the min/max of continuous, differentiable curves. Here is a sample discussion: http://newsgroups.derkeiler.com/Archive/Comp/comp.graphics.algorithms/2005-07/msg00334.html |
||
|
|
