hydroflow v1.0.7 (2019-02-09T13:14:55Z)
Dub
Repo
polygonArea
libs
utils
geometry_calculators
Calculates the area of given polygon using the Shoelace formula.
double
polygonArea
(
Point
[]
pts
)
Meta
Source
See Implementation
libs
utils
geometry_calculators
functions
distanceBetweenTwoPoints
polygonArea
polygonPerimeter
Calculates the area of given polygon using the Shoelace formula.