1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00

image regeneration

This commit is contained in:
Pomax
2020-09-06 09:18:11 -07:00
parent 1de1fc9ce3
commit 17c50a403b
48 changed files with 97 additions and 15074 deletions

View File

@@ -83,7 +83,7 @@ loopFunction0(x) {
}
loopFunction1(x) {
return { x, y: ( sqrt(3) * sqrt(4*x - x*x) - x) / 2 };
return { x, y: (sqrt(3) * sqrt(4*x - x*x) - x) / 2 };
}