A Condition Number Analysis of a Line-Surface Intersection Algorithm
Gun Srijuntongsiri, Stephen A. Vavasis
TL;DR
The paper introduces the Kantorovich-Test Subdivision (KTS) algorithm to compute all intersections between a line and a parametric surface by reducing the problem to a 2D polynomial system and exploiting a Kantorovich-based convergence test together with subdivision. A problem-dependent condition number cond$(f)$ is defined to bound the algorithm’s running time, and the analysis shows how basis choice (power, Bernstein, Chebyshev) affects bounding polygons and Lipschitz constants, ultimately influencing subdivision depth. The method is affine invariant and combines Newton’s quadratic convergence with safe region identification to avoid divergence and missed roots, with implementation details for multiple bases and demonstrated computational results. The work offers a unifying framework for line–surface intersection that links conditioning, convergence tests, and geometric bounding, opening avenues for extensions to more general surface representations and tighter conditioning analyses.
Abstract
We propose an algorithm based on Newton's method and subdivision for finding all zeros of a polynomial system in a bounded region of the plane. This algorithm can be used to find the intersections between a line and a surface, which has applications in graphics and computer-aided geometric design. The algorithm can operate on polynomials represented in any basis that satisfies a few conditions. The power basis, the Bernstein basis, and the first-kind Chebyshev basis are among those compatible with the algorithm. The main novelty of our algorithm is an analysis showing that its running is bounded only in terms of the condition number of the polynomial's zeros and a constant depending on the polynomial basis.
