Construct vectors of points that outline a rectangle.
rect_points(xleft, ybottom, xright, ytop, step_x, step_y)
The left side of the rectangle
The bottom of the rectangle
The right side of the rectangle
The top of the rectangle
The step size of the x coordinates
The step size of the y coordinates
List of x-coordinates and y-coordinates tracing the points around the rectangle