Skip to main content

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§

pub struct DMat4 {
    pub inner: [DVec4; 4],
    /* private fields */
}

Fields§

§inner: [DVec4; 4]