mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 11:40:27 +02:00
bsplines
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
let curve, r;
|
||||
|
||||
setup() {
|
||||
r = (this.width/4) | 0;
|
||||
r = 100;
|
||||
curve = new Bezier(this, [
|
||||
{ x: r, y: 0 },
|
||||
{ x: r, y: 0.55228 * r },
|
||||
|
Reference in New Issue
Block a user