mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-01 12:23:19 +02:00
image regeneration
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
|
||||
|
||||
|
@@ -150,7 +150,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 };
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user