[][src]Type Definition valora::prelude::Point4

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

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