pub type Point4 = Point<4>;
pub struct Point4(pub Matrix<f64, Const<4>, Const<1>, ArrayStorage<f64, 4, 1>>);
0: Matrix<f64, Const<4>, Const<1>, ArrayStorage<f64, 4, 1>>