hydroflow ~master (2019-03-12T23:42:17Z)
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
interpolate
polygonArea
polygonPerimeter
Calculates the area of given polygon using the Shoelace formula.