Point

Type Alias Point 

Source
pub type Point<const D: usize> = [f64; D];
Expand description

Type that represents a point with dimensionality D