ray_toi_with_halfspace

Function ray_toi_with_halfspace 

Source
pub fn ray_toi_with_halfspace(
    center: Vector,
    normal: Vector,
    ray: &Ray,
) -> Option<f32>
Expand description

Computes the time_of_impact of a ray with a halfspace described by its center and normal.