pub type Point2 = Point<2>;Expand description
Type alias for common dimension specializations.
Aliased Type§
pub struct Point2(pub Matrix<f64, Const<2>, Const<1>, ArrayStorage<f64, 2, 1>>);Tuple Fields§
§0: Matrix<f64, Const<2>, Const<1>, ArrayStorage<f64, 2, 1>>