pub type Point2D<T, Cs = Cartesian> = Point<T, 2, Cs>;Expand description
2D point alias.
Mirrors boost::geometry::model::d2::point_xy<CoordinateType, CoordinateSystem> from boost/geometry/geometries/point_xy.hpp.
Aliased Type§
pub struct Point2D<T, Cs = Cartesian> { /* private fields */ }