fn intersect(in_range: &[u32], frontier: &[u32]) -> Option<Point>
Check if we have reached a target, returning the first target in reading order.