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