Skip to main content

intersect_ray2_sphere2

Function intersect_ray2_sphere2 

Source
pub fn intersect_ray2_sphere2<S>(
    _ray: Ray2<S>,
    _sphere: Sphere2<S>,
) -> Option<(Ray2Point<S>, Ray2Point<S>)>