Implementation of hyperbola based on lc_splinepoints

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Implementation of hyperbola based on lc_splinepoints

dxli
This post was updated on .
Our recent initial support for parabolas works well so far.

It's now a good opportunity to evaluate a similar strategy to add hyperbola support.

The success of parabola support shows that our math tools are robust enough for generic conic sections.

The needed work to for hyperbola work would require some additional display layer support, but should be similar in kernel side.

The drawing actions should be different by nature.
Reply | Threaded
Open this post in threaded view
|

Re: Implementation of hyperbola based on lc_splinepoints

dxli
Our splinepoints cannot directly handle rational bezier, so doesn't actually help hyperbola support

New ideas still needed to get hyperbolas
dxli wrote
Our recent initial support for parabolas works well so far.

It's now a good opportunity to evaluate a similar strategy to add hyperbola support.

The success of parabola support shows that our math tools are robust enough for generic conic sections.

The needed work to for hyperbola work would require some additional display layer support, but should be similar in kernel side.

The drawing actions should be different by nature.