Clean up link references about kappa.

This commit is contained in:
Jürg Lehni 2015-10-26 21:43:38 +01:00
parent f1257d83b2
commit ac7c272401

View file

@ -121,8 +121,7 @@ var Numerical = new function() {
* Kappa is the value which which to scale the curve handles when * Kappa is the value which which to scale the curve handles when
* drawing a circle with bezier curves. * drawing a circle with bezier curves.
* *
* http://whizkidtech.redprince.net/bezier/circle/ * http://whizkidtech.redprince.net/bezier/circle/kappa/
* http://www.whizkidtech.redprince.net/bezier/circle/kappa/
*/ */
KAPPA: 4 * (sqrt(2) - 1) / 3, KAPPA: 4 * (sqrt(2) - 1) / 3,