# class Polygon



Polygon inherits from ImmutablePolygon


# MEMBERS

# member read-only end

Type: Point

# CONSTRUCTORS

# constructor Polygon()

Description:

# constructor Polygon(points)

Description:

Parameters:

# constructor Polygon(polygon)

Description:

Parameters:

# constructor Polygon(_object)

Description:

Parameters:

# FUNCTIONS

# function add(point)

Description:

Parameters:

# function add(x, y)

Description:

Parameters:

  • x: (Number) -
  • y: (Number) -

# function point(index)

Description:

Parameters:

  • index: (Number) -

Return:

(Point) -

Last Updated: 12/20/2022, 8:12:45 AM