Type Definition noise::Point3 [] [src]

type Point3<T> = [T; 3];

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