Function ncollide3d::query::distance_support_map_support_map_with_params [−][src]
pub fn distance_support_map_support_map_with_params<N, G1: ?Sized, G2: ?Sized>(
m1: &Isometry<N>,
g1: &G1,
m2: &Isometry<N>,
g2: &G2,
simplex: &mut VoronoiSimplex<N>,
init_dir: Option<Vector<N>>
) -> N where
N: RealField,
G1: SupportMap<N>,
G2: SupportMap<N>,
Distance between support-mapped shapes.
This allows a more fine grained control other the underlying GJK algorigtm.