[src]

Function ncollide2df64::ray::plane_toi_with_ray

pub fn plane_toi_with_ray(center: &V, normal: &V, ray: &Ray) -> Option<N>

Computes the toi of a ray with a plane described by its center and normal.