mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-30 19:50:01 +02:00
projection, half moulding
This commit is contained in:
@@ -7,7 +7,6 @@ setup() {
|
||||
}
|
||||
|
||||
draw() {
|
||||
resetTransform();
|
||||
clear(`white`);
|
||||
this.drawBasics();
|
||||
this.drawPointCurve();
|
||||
@@ -95,7 +94,7 @@ drawOnCurve(np4, i) {
|
||||
}
|
||||
|
||||
drawCurveCoordinates() {
|
||||
this.resetTransform();
|
||||
resetTransform();
|
||||
curve.drawPoints();
|
||||
translate(this.height, 0);
|
||||
curve.drawPoints();
|
||||
|
Reference in New Issue
Block a user