Type Definition nannou::geom::line::Vertices [] [src]

type Vertices<S = DefaultScalar> = Vertices<Point2<S>>;

The vertices used to describe the quad of a line.