Extrapolation fails when direction has no x-component (was ACTS-152)
Original author Julia Hrdinka @jhrdinka
Extrapolation fails when direction has no x-component. The bug is in intersectionEstimate function of the CylinderSurface. In case the x-component of the direction is zero the division through the y-component of the direction is missing.
Edited by Moritz Kiehn