get_diameter
get_diameter(points)
Return greatest distance between two points of the polygon
Syntaxe
var result = get_diameter(points=[x0,y0,x1,y1,...])
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
points | yes | - | List of points [x0,y0,x1,y1,...] |
get_diameter(points)
Return greatest distance between two points of the polygon
var result = get_diameter(points=[x0,y0,x1,y1,...])
| Name | Required | Default | Description |
|---|---|---|---|
points | yes | - | List of points [x0,y0,x1,y1,...] |