mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Clean up link references about kappa.
This commit is contained in:
parent
f1257d83b2
commit
ac7c272401
1 changed files with 1 additions and 2 deletions
|
@ -121,8 +121,7 @@ var Numerical = new function() {
|
|||
* Kappa is the value which which to scale the curve handles when
|
||||
* drawing a circle with bezier curves.
|
||||
*
|
||||
* http://whizkidtech.redprince.net/bezier/circle/
|
||||
* http://www.whizkidtech.redprince.net/bezier/circle/kappa/
|
||||
* http://whizkidtech.redprince.net/bezier/circle/kappa/
|
||||
*/
|
||||
KAPPA: 4 * (sqrt(2) - 1) / 3,
|
||||
|
||||
|
|
Loading…
Reference in a new issue