Polygon Area Calculator (Shoelace)
List the polygon's vertices in order, one x,y pair per line.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
The shoelace formula (also called Gauss's area formula) computes the area of any simple polygon directly from the (x, y) coordinates of its vertices, listed in order around the shape: Area = ½|Σ(xᵢ·yᵢ₊₁ − xᵢ₊₁·yᵢ)|, summed over all vertex pairs and wrapping back to the first point at the end — the name comes from the crisscross pattern the multiplication terms trace when written out, resembling laced shoe eyelets. Perimeter follows separately by summing the straight-line distance between consecutive vertices.
This calculator takes a list of (x, y) vertex coordinates in order and returns the polygon's area and perimeter. Land surveyors and GIS analysts use this exact formula to compute parcel or plot areas from a set of boundary coordinates, and game developers and computational geometry programmers use it inside collision detection, mesh processing, and procedural generation code wherever an arbitrary polygon's area needs to be known from its vertices alone.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)