Function heron::rapier_plugin::rapier::ncollide::query::proximity_support_map_plane[][src]

pub fn proximity_support_map_plane<N, G>(
    mother: &Isometry<N, U3, Unit<Quaternion<N>>>,
    other: &G,
    mplane: &Isometry<N, U3, Unit<Quaternion<N>>>,
    plane: &Plane<N>,
    margin: N
) -> Proximity where
    N: RealField,
    G: SupportMap<N> + ?Sized

Proximity between a support-mapped shape (Cuboid, ConvexHull, etc.) and a plane.