Type Alias Matx43d

Source
pub type Matx43d = Matx43<f64>;

Aliased Type§

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

Fields§

§val: [f64; 12]