pub(crate) type MintVec2 = mint::Vector2; pub(crate) type MintVec3 = mint::Vector3; pub(crate) type MintVec4 = mint::Vector4; pub(crate) type MintIVec2 = mint::Vector2; pub(crate) type MintIVec3 = mint::Vector3; pub(crate) type MintIVec4 = mint::Vector4;