mapeditor / tiled

Flexible level editor
https://www.mapeditor.org/
Other
11.19k stars 1.76k forks source link

Proposal: Bezier curves (or similar splines) #1150

Closed JesseTG closed 8 years ago

JesseTG commented 8 years ago

I know that we can already encode Bezier curves, B-splines, or similar just by using a polyline...but different libraries may compute curves differently, and occasionally using the completely wrong name. Maybe we can implement splines by encoding them as polynomials or something?

bjorn commented 8 years ago

Duplicate of issue #562.

Also see pull request #776.

JesseTG commented 8 years ago

Ah, crap. Sorry about that.