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
| Name | Required | Default | Description |
|---|---|---|---|
points | yes | - | List of points [x0,y0,x1,y1,...] |
get_area(points)
Return the area of a polygon given as a list of points [x0,y0,x1,y1,...].
var result = get_area(points=[x0,y0,x1,y1,...])
| Name | Required | Default | Description |
|---|---|---|---|
points | yes | - | List of points [x0,y0,x1,y1,...] |