mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-28 10:40:52 +02:00
.
This commit is contained in:
@@ -127,48 +127,3 @@ var Aligning = React.createClass({
|
||||
});
|
||||
|
||||
module.exports = Aligning;
|
||||
|
||||
/*
|
||||
void setupCurve() {
|
||||
setupDefaultQuadratic();
|
||||
}
|
||||
|
||||
void drawCurve(BezierCurve curve) {
|
||||
additionals();
|
||||
curve.draw();
|
||||
|
||||
nextPanel();
|
||||
stroke(0);
|
||||
line(0,0,0,dim);
|
||||
|
||||
stroke(0,50);
|
||||
translate(3*dim/4,dim/2);
|
||||
line(-3*dim/4,0,dim/4,0);
|
||||
line(0,-dim/2,0,dim/2);
|
||||
|
||||
curve.align().draw(color(150));
|
||||
}</textarea>
|
||||
|
||||
|
||||
|
||||
void setupCurve() {
|
||||
setupDefaultCubic();
|
||||
}
|
||||
|
||||
void drawCurve(BezierCurve curve) {
|
||||
additionals();
|
||||
curve.draw();
|
||||
|
||||
nextPanel();
|
||||
stroke(0);
|
||||
line(0,0,0,dim);
|
||||
|
||||
stroke(0,50);
|
||||
translate(3*dim/4,dim/2);
|
||||
line(-3*dim/4,0,dim/4,0);
|
||||
line(0,-dim/2,0,dim/2);
|
||||
|
||||
curve.align().draw(color(150));
|
||||
}</textarea>
|
||||
|
||||
*/
|
Reference in New Issue
Block a user