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

type Segment2<N> = Segment<Point2<N>>;

A 2D segment.