Type Definition fast_poisson::Point[][src]

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

A Point is simply an array of Float values