We maintain two vectors with the same points, one sort by x coordinates and one sorted by y coordinates.
(
points_x: &[Point],
points_y: Vec<Point>,
mut start: usize,
mut end: usize,
)
source not stored for this graph (policy: none)
no test coverage detected