Q: Filter all points that are within a rectangle given a lower left and top right corners (input: vector of points, point topleft, point bottomright)
Q: Filter all all points that are within a circle, and output X of them sorted by distance from center(input: vector of points, point center, int radius, int max)