Segment Area Calculator
Calculate the area of shapes defined by line segments using the Shoelace Formula (Surveyor's Formula).
Results
Area:
0
square units
Perimeter:
0
units
Centroid:
(0, 0)
How to Calculate Segment Area
The area of a polygon defined by vertices can be calculated using the Shoelace Formula (also known as the Surveyor's Formula):
A = ½|Σ(xᵢyᵢ₊₁ - xᵢ₊₁yᵢ)|
Where (xᵢ, yᵢ) are the coordinates of the vertices in order.
Note: The vertices must be entered in order (clockwise or counterclockwise) to get the correct area.
Advertisement Space