Matx12d

Type Alias Matx12d 

Source
pub type Matx12d = Matx12<f64>;

Aliased Type§

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

Fields§

§val: [f64; 2]