circle
Takes a Position and calculates the circle polygon given a radius Length and steps for precision.
Parameters
center
center point of circle
radius
radius of the circle
steps
the number of steps must be at least four. Default is 64
Takes a Point and calculates the circle polygon given a radius Length and steps for precision.
Parameters
center
center point of circle
radius
radius of the circle
steps
the number of steps must be at least four. Default is 64