pub type Mat4d = Matrix4<f64>;
4x4 double-precision matrix.
#[repr(C)]pub struct Mat4d { pub col: [Vector4<f64>; 4], }
col: [Vector4<f64>; 4]
Column vectors of the matrix