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