pub type Vec3<T> = Vector<T, 3>;
Alias for a 3-dimensional vector with the given type.
struct Vec3<T> { /* private fields */ }