Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptive bezier curve discretization #22

Open
jonathanolson opened this issue Aug 30, 2013 · 0 comments
Open

Adaptive bezier curve discretization #22

jonathanolson opened this issue Aug 30, 2013 · 0 comments

Comments

@jonathanolson
Copy link
Contributor

Adaptive bezier discretization / offset curves, see attached paper

  • "Fast, precise flattening of cubic Bezier path and offset curves" Hain, Ahmad
  • Quadratic curve offsets need implementation improvement (32 sub-quadratics is too costly)
    • Consider a more abstract segment like QuadraticOffset, CubicOffset, EllipticalArcOffset.
      • Transforming + offsets are easy
      • Can discretize later
@ghost ghost assigned jonathanolson Aug 30, 2013
jonathanolson added a commit that referenced this issue Apr 23, 2014
…and #32, but not done yet). Added non-linear transform support, and in particular an example polarToCartesian transformation function (applicable to phetsims/sun#84)
@jonathanolson jonathanolson removed their assignment Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant