Marlin cubic bezier accuracy !
Philip Race
philip.race at oracle.com
Thu Oct 17 18:33:16 UTC 2024
Hi Laurent,
I think there'd be problems with any of these.
I can't see the JDK depending on Rust, and some optionally available
functionality would
be very unusual. And it'll be some time before we work out how the JDK
itself will use
jextract etc for FFM access to non-JDK libraries. There's 3rd party
legal issues and build issues.
-phil.
On 10/12/24 2:27 AM, Laurent Bourgès wrote:
> Hi,
>
> I wonder if I could use good math native library like gsl if present
> to use FFM in order to have high accuracy on polynom eval, solver for
> quadratic & cubic polynoms.
>
> I need an high accuracy (double double) solver for cubics & quads to
> compute intersection line & cubic bezier.
> See http://www.cemyuksel.com/research/polynomials/
>
> Alternatively I could write a julia or rust code to implement my needs
> and link it with openjdk.
>
> See my paper work,
> Good week-end,
> Laurent
More information about the client-libs-dev
mailing list