pub fn range_query(query: &Point, points: &[Point], distance: f64) -> Vec<usize>
Range query (all points within distance)