FullControl JS
Preparing search index...
polygonXY
Function polygonXY
polygonXY
(
centre
:
Point
,
enclosing_radius
:
number
,
start_angle
:
number
,
sides
:
number
,
cw
?:
boolean
,
)
:
Point
[]
Generates an array of
Point
s forming a 2D regular polygon in the XY plane.
Parameters
centre
:
Point
enclosing_radius
:
number
start_angle
:
number
sides
:
number
cw
:
boolean
= false
Returns
Point
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
FullControl JS
Loading...
Generates an array of
Points forming a 2D regular polygon in the XY plane.