pub type double4x4 = Mat4<f64>;
#[repr(C)]pub struct double4x4 {Show 16 fields pub a1: f64, pub a2: f64, pub a3: f64, pub a4: f64, pub b1: f64, pub b2: f64, pub b3: f64, pub b4: f64, pub c1: f64, pub c2: f64, pub c3: f64, pub c4: f64, pub d1: f64, pub d2: f64, pub d3: f64, pub d4: f64, }
a1: f64
a2: f64
a3: f64
a4: f64
b1: f64
b2: f64
b3: f64
b4: f64
c1: f64
c2: f64
c3: f64
c4: f64
d1: f64
d2: f64
d3: f64
d4: f64