Mat4d

Type Alias Mat4d 

Source
pub type Mat4d = Matrix4<f64>;
Expand description

4x4 double-precision matrix.

Aliased Type§

#[repr(C)]
pub struct Mat4d { pub col: [Vector4<f64>; 4], }

Fields§

§col: [Vector4<f64>; 4]

Column vectors of the matrix