ncollide3d::query

Function distance_support_map_plane

Source
pub fn distance_support_map_plane<N: RealField + Copy, G: ?Sized + SupportMap<N>>(
    mother: &Isometry<N>,
    other: &G,
    mplane: &Isometry<N>,
    plane: &Plane<N>,
) -> N
Expand description

Distance between a support-mapped shape and a plane.