DMat4

Type Alias DMat4 

Source
pub type DMat4 = DMat4x4;
Expand description

Matrix of f64s with 4 columns and 4 rows. Alignment 32, size 128.

Aliased Type§

#[repr(C, align(32))]
pub struct DMat4 { pub inner: [DVec4; 4], /* private fields */ }

Fields§

§inner: [DVec4; 4]