Function ncollide3d::query::proximity_support_map_plane [−][src]
pub fn proximity_support_map_plane<N: RealField, G: ?Sized + SupportMap<N>>(
mother: &Isometry<N>,
other: &G,
mplane: &Isometry<N>,
plane: &Plane<N>,
margin: N
) -> Proximity
Proximity between a support-mapped shape (Cuboid, ConvexHull, etc.) and a plane.