pub type Vec2 = Vector2;
pub type Vec3 = Vector3;
pub type Vec4 = Vector4;
pub type Vec2i = Vector2;
pub type Vec3i = Vector3;
pub type Vec4i = Vector4;
pub type Vec2u = Vector2;
pub type Vec3u = Vector3;
pub type Vec4u = Vector4;
pub type P2 = Point2;
pub type P3 = Point3;
pub use SquareMatrix;
pub type Mat4 = Matrix4;