Skip to main content

Point4

Type Alias Point4 

Source
pub type Point4 = Point<4>;

Aliased Type§

pub struct Point4(pub Matrix<f64, Const<4>, Const<1>, ArrayStorage<f64, 4, 1>>);

Tuple Fields§

§0: Matrix<f64, Const<4>, Const<1>, ArrayStorage<f64, 4, 1>>