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.