Function parry3d::query::gjk::cast_local_ray

source ยท
pub fn cast_local_ray<G>(
    shape: &G,
    simplex: &mut VoronoiSimplex,
    ray: &Ray,
    max_time_of_impact: Real
) -> Option<(Real, Vector<Real>)>
where G: SupportMap + ?Sized,
Expand description

Casts a ray on a support map using the GJK algorithm.