Type Alias Mat4d

Source
pub type Mat4d = Mat4<f64>;

Aliased Type§

#[repr(C)]
pub struct Mat4d { pub x: Vec4<f64>, pub y: Vec4<f64>, pub z: Vec4<f64>, pub w: Vec4<f64>, }

Fields§

§x: Vec4<f64>§y: Vec4<f64>§z: Vec4<f64>§w: Vec4<f64>