Type Definition ncollide::shape::SupportMap2 [] [src]

type SupportMap2<N> = SupportMap<Point<N, U2>, Isometry<N, U2, Unit<Complex<N>>>> + 'static;

A 2D abstract support mapping.