DMat4x4

Type Alias DMat4x4 

Source
pub type DMat4x4 = TMat4x4<f64>;
Expand description

A 4x4 f64 matrix

Aliased Typeยง

#[repr(C, align(16))]
pub struct DMat4x4 { /* private fields */ }