Function parry3d::query::details::ray_toi_with_halfspace
source · pub fn ray_toi_with_halfspace(
center: &Point<Real>,
normal: &Vector<Real>,
ray: &Ray
) -> Option<Real>
Expand description
Computes the time_of_impact of a ray with a halfspace described by its center and normal.