Cluster

Type Alias Cluster 

Source
pub type Cluster<const D: usize> = Vec<Point<D>>;
Expand description

Collection of points in the same cluster

Aliased Typeยง

pub struct Cluster<const D: usize> { /* private fields */ }