Type Alias Matx31d

Source
pub type Matx31d = Matx31<f64>;

Aliased Type§

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

Fields§

§val: [f64; 3]