pub type Vec3<T> = Vector<3, T, Aligned>;
A 3-dimensional vector.
This type may be SIMD-aligned depending on the target architecture.
pub struct Vec3<T>(/* private fields */);