Type Definition fast_poisson::Point

source ·
pub type Point<const N: usize> = [f64; N];
Expand description

A Point is simply an array of Float values