What this is?
A simple polygon whose vertices are all integer lattice points. We draw the true integer lattice (grid lines at every integer x and y), compute the polygon area by the shoelace formula, count lattice points on the boundary and inside, and verify Pick’s Theorem: Area = Interior + Boundary/2 − 1.