DMat3

Type Alias DMat3 

Source
pub type DMat3 = DMat3x3;
Expand description

Matrix of f64s with 3 columns and 3 rows. Alignment 32, size 96.

Aliased Type§

#[repr(C, align(32))]
pub struct DMat3 { pub inner: [DVec3; 3], /* private fields */ }

Fields§

§inner: [DVec3; 3]