<Code Lib>
2020 Method
Changes 0
M

Polyloop.ComputeArea

Description:
Gets the area for this polygon.
Remarks:
The area of the planar non-self-intersecting polygon computed as: A = 1/2 * (X1 Y2) - (X2 Y1) + ... + (Xn Y1) - (X1 Yn)

public double ComputeArea()

double The area for this polygon.

Loading…