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

type Shape2<N> = Shape<Point2<N>, Isometry2<N>>;

A 2D dynamic shape.