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

type Point2<T> = [T; 2];

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