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

type Triangle2<N> = Triangle<Point2<N>>;

A 2D triangle.