[][src]Function ncollide_geometry::query::contacts_internal::contact_internal

pub fn contact_internal<P, M>(
    m1: &M,
    g1: &dyn Shape<P, M>,
    m2: &M,
    g2: &dyn Shape<P, M>,
    prediction: P::Real
) -> Option<Contact<P>> where
    P: Point,
    M: Isometry<P>, 

Computes one contact point between two shapes.

Returns None if the objects are separated by a distance greater than prediction.