Now with vectors; fitting a curve to three points
I’ve previously discussed a simple approach for fitting a curve to three points. However, the previous approach was lengthy and used several geometric functions. For things like 2D triangulation, this approach is lacking in the area of performance…
So, I re-did the calculations using vector math; it’s now an order of magnitude faster. The circle can [...]