[][src]Type Definition appr_dbscan::utils::Point

type Point<const D: usize> = [f64; D];

Type that represents a point with dimensionality D