You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally I thought this could be added to the simplification tool from #6. But now I think it should be its own tool, because I still have unanswered questions about how to best simplify geometries.
Two densification options:
Fill N points; will leave longer gaps the longer the lines are. But that's maybe fine
Fill ratio points; for each segment, determine how many points to fill based on its length
Point spacing; variant of the ratio, just a different phrasing
The text was updated successfully, but these errors were encountered:
Closes#172Closes#178
Intended use is for a more interesting grid for use in asemic writing.
* [ ] (deferred to #6 and #179) Add `simplify` (and `densify`) tool
* [ ] (deferred to #180) Add generic `rhai` script to `transform` tool
* [x] Generate radial grid in x,y in `grid` tool
* [x] Make `--output-format=lines` output the rings as `POLYGON`s, so
that `smooth` smooths just them, and not the radial spokes.
* [x] Maybe tunable enough that it should be its own `radial` tool?
Originally I thought this could be added to the simplification tool from #6. But now I think it should be its own tool, because I still have unanswered questions about how to best simplify geometries.
Two densification options:
The text was updated successfully, but these errors were encountered: