Skip to main content

intersect_ray3_plane3

Function intersect_ray3_plane3 

Source
pub fn intersect_ray3_plane3<S>(
    _ray: Ray3<S>,
    _plane: Plane3<S>,
) -> Option<Ray3Point<S>>