mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 03:30:34 +02:00
.
This commit is contained in:
@@ -60,7 +60,7 @@ function Bezier(n,t,w[]):
|
||||
return sum
|
||||
```
|
||||
|
||||
And now for the extremely optimized versions:
|
||||
And now for the optimized versions:
|
||||
|
||||
```
|
||||
function Bezier(2,t,w[]):
|
||||
|
@@ -57,7 +57,7 @@ draw() {
|
||||
|
||||
drawHighlight() {
|
||||
let c = screenToWorld({
|
||||
x: map(this.position, 0, 1, -10, this.width + 10),
|
||||
x: map(this.position, -0.1, 1.1, 0, this.width),
|
||||
y: this.height/2
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user