#ifndef ZOOM_H #define ZOOM_H /* * Perform a zoom operation. Inputs are in world coordinates. */ void zoom (double x1, double y1, double x2, double y2); #endif // ZOOM_H