Contour

Type Alias Contour 

Source
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 */ }