Type Alias VectorPoints

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

A set of points

Aliased Typeยง

struct VectorPoints { /* private fields */ }