Planar Partitions and Polygon Geometry
Use the Shoelace formula to compute polygon areas, treat airspace as a planar partition whose cell areas add up to the total, and apply Euler's formula to relate the vertices, edges, and sectors of a partition.
Tutorial
Simple Polygons and the Shoelace Formula
A simple polygon is a closed planar figure bounded by finitely many line segments -- its edges -- that meet only at their endpoints -- its vertices -- and do not cross.
Given a simple polygon with vertices listed in order around its boundary, its area is given by the Shoelace formula:
where the indices are taken cyclically, so that .
For example, the triangle with vertices , , has area
In air-routing applications, sector boundaries are modeled as simple polygons, and the Shoelace formula is the workhorse for computing their areas.