Nomial source code ↗

Nomial is a TypeScript implementation of High-Performance Polynomial Root Finding for Graphics (Yuksel 2022).

This example shows how Nomial can be used to find the intersection of 100 cubic (degree 3) bezier curves. Intersecting each pair of beziers requires finding the roots of one degree 9 and two degree 3 polynomials.