Type Alias libfive::Contour

source ·
pub type Contour<T> = Vec<T>;
Expand description

Series of 2D or 3D points forming a polygonal chain.

Aliased Type§

struct Contour<T> { /* private fields */ }