CS3500 Computer Graphics Spring 2009 Home Assignment 7 Rasterization of a Polygon Due: April 2nd, 2009 Start of the class 1. Scan convert the following 8-sided polygon to a window of size (512, 512). Use an edge table (ET) and and active edge table (AET) to identify the spans for each row (or y-value). Clearly state the (x, y) range of pixels determined to be inside the polygon. (10, 10), (5, 20), (10, 30), (20, 30), (25, 25), (35, 30), (30, 20), (35, 15)