Notgnoshi / generative

Generative art. A suite of composable tools to generate, transform and visualize WKT geometries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tool to fit splines through points

Notgnoshi opened this issue · comments

  • How to handle multiple intersecting linestrings? Do I need to use the geom2graph tool first? What to do for cycles?
  • Convert one linestring to a spline
  • Fit a spline through a sequence of POINTs, ending on the first non-point?
  • Sample splines into linestrings
  • What kind of splines? Nurbs? b-spline? hobby spline?