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