pub type Contour<T> = Vec<T>;Expand description
Series of 2D or 3D points forming a polygonal chain.
Aliased Typeยง
pub struct Contour<T> { /* private fields */ }pub type Contour<T> = Vec<T>;Series of 2D or 3D points forming a polygonal chain.
pub struct Contour<T> { /* private fields */ }