Skip to main content

Module curve_curve_bisect

Module curve_curve_bisect 

Source
Expand description

The previous curve–curve search — convex hull tests and bisection, with coincidence read from reaching max_solutions — kept only as the baseline for examples/intersection_bench.rs. The kernel uses super::curve_curve.

Functions§

curve_curve_intersect
Points where curve_a crosses (or, in the coincident case, overlaps) curve_b.