vrp_core/algorithms/geometry/
mod.rs

1//! A module with geometry primitives.
2
3mod point;
4pub use self::point::Point;