Type Definition ncollide_geometry::shape::ShapeHandle3 [] [src]

type ShapeHandle3<N> = ShapeHandle<Point3<N>, Isometry3<N>>;

A 3D shared dynamic shape handle.