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.
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.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).