Report - CSSE 351 Computer GraphicsmaxY = tri.maxY minY = tri.minY for y = minY to maxY for x = minX to maxX if inside(tri, x, y) draw(x, y) Barycentric coordinates

Please pass captcha verification before submit form