CreativeInquiry / PEmbroider

Embroidery Library for Processing
Other
442 stars 28 forks source link

Request for curveVertex() #22

Closed golanlevin closed 4 years ago

golanlevin commented 4 years ago

For easy compatibility, please create curveVertex(), with the same behavior and signature as https://processing.org/reference/curveVertex_.html

LingDong- commented 4 years ago

@golanlevin

Catmull rom curves now added: 1ffc27ea4aa381ddf0bacbaac9b1776785ed6f56

E.curveVertex(x,y);
E.curveTightness(x);
E.curveDetail(x);
golanlevin commented 4 years ago

Thanks!