Skip to main content

Point3

Type Alias Point3 

Source
pub type Point3 = Point<3>;

Aliased Type§

pub struct Point3(pub Matrix<f64, Const<3>, Const<1>, ArrayStorage<f64, 3, 1>>);

Tuple Fields§

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