Skip to content

ArrowSource: Improve Bezier -> Polyline algorithm #224

@awesomephant

Description

@awesomephant
  • Turn a quadratic bezier into a polyline in a less naive way
  • Will result in marginally better rendering because points will be evenly distributed
  • Use binary search in the second step: https://stackoverflow.com/a/21822316
  • See code comments

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions