Type Alias VectorLine

Source
pub type VectorLine = Vec<Point>;
Expand description

A set of points

Aliased Typeยง

struct VectorLine { /* private fields */ }