Type Definition nannou::noise::Point4[][src]

type Point4<T> = [T; 4];

A 4-dimensional point. This is a fixed sized array, so should be compatible with most linear algebra libraries.