pub type Vector4 = Vec4;
4D Vector for homogeneous coordinates, RGBA colors, etc.
pub struct Vector4(/* private fields */);