Function ncollide2df64::ray::ball_toi_with_ray
pub fn ball_toi_with_ray(center: V, radius: N, ray: &Ray) -> Option<N>
Computes the time of impact of a ray on a ball.
pub fn ball_toi_with_ray(center: V, radius: N, ray: &Ray) -> Option<N>
Computes the time of impact of a ray on a ball.
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
).