fn visit_point(
    coord: impl CoordTrait<T = f64>,
    n: usize,
    func: &mut impl FnMut(Interval),
)Expand description
Visit a point
Points can be separated by wraparound bounding even if they occur within the same feature, so we visit them as individual degenerate intervals.