Fitting a curve to three points.
Posted by Mathew Eis on 03 Oct 2008 at 05:11 pm | Tagged as: Computers
I recently had a need to fit a curve to three points. The geometry can get somewhat complex due to the limits of finite math, however, here is JAVA applet I’ve created with a relatively simple solution to the problem:
Drag the green points around to see how the curve fits different sets of points.
Source Code: (View) (Download)