generative icon indicating copy to clipboard operation
generative copied to clipboard

Add WKT extensions for SPLINEs

Open Notgnoshi opened this issue 4 years ago • 1 comments

See: https://crates.io/crates/beziercurve-wkt

Also consider defining

  • CIRCULARSTRING
  • COMPOUNDCURVE
  • CURVEPOLYGON
  • CURVE
  • CIRCLE
  • ELLIPTICALCURVE
  • NURBSCURVE
  • CLOTHOID
  • SPIRALCURVE

This would be helpful for generating random ellipses in #107 for use in #115

Notgnoshi avatar Dec 31 '20 17:12 Notgnoshi

It appears there's already a BEZIERCURVE WKT extension: https://crates.io/crates/beziercurve-wkt

Notgnoshi avatar Feb 13 '21 19:02 Notgnoshi