Polygon Area Computation #
This file implements the shoelace formula for computing the area of a polygon.
Compute the signed area of a polygon using the shoelace formula
Equations
- One or more equations did not get rendered due to their size.
This file implements the shoelace formula for computing the area of a polygon.
Compute the signed area of a polygon using the shoelace formula