Add Bezier curve class to improve connections

Issue #174 new
Agustin Alba Chicar created an issue

Add a Bezier class to improve the connections. That would make smoother paths and transitions.

Parent issue #172

Comments (7)

  1. Agustin Alba Chicar reporter

    Added the class. It can interpolate the curve with a parameter t which is in the range of [0;1]. Also, we can query it's first derivative.

  2. Agustin Alba Chicar reporter

    Added the code to remove loops and adjust convexity given different tangent directions.

  3. Log in to comment