mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -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
|
* 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,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue