TESTER

get_area

get_area(points)

Return the area of a polygon given as a list of points [x0,y0,x1,y1,...].

Syntaxe

var result = get_area(points=[x0,y0,x1,y1,...])

Arguments

NameRequiredDefaultDescription
pointsyes-List of points [x0,y0,x1,y1,...]