Compute polygon area with the shoelace formula from ordered vertex coordinates.
Last updated: June 2026 | By Patchworkr Team
For the rectangle (0,0), (4,0), (4,3), (0,3), the area is 12 and the perimeter is 14.
The shoelace sum gives the same area as the usual rectangle formula.
The vertices must describe a simple polygon and be entered in traversal order for the shoelace formula to be valid.
Related Tools
Calculate golden rectangle.
Calculate hexagon properties.
Calculate octagon properties.
Calculate parallelogram properties.
Calculate pentagon properties.
Calculate polygon properties.