Matx44d

Type Alias Matx44d 

Source
pub type Matx44d = Matx44<f64>;

Aliased Type§

#[repr(C)]
pub struct Matx44d { pub val: [f64; 16], }

Fields§

§val: [f64; 16]