
# class Polygon
Polygon inherits from ImmutablePolygon
# MEMBERS
# member read-only end
Type: Point
# CONSTRUCTORS
# constructor Polygon()
Description:
# constructor Polygon(points)
Description:
Parameters:
- points: (List) -
# constructor Polygon(polygon)
Description:
Parameters:
- polygon: (ImmutablePolygon) -
# constructor Polygon(_object)
Description:
Parameters:
- _object: (TPolygon) -
# FUNCTIONS
# function add(point)
Description:
Parameters:
- point: (Point) -
# function add(x, y)
Description:
Parameters:
- x: (Number) -
- y: (Number) -
# function point(index)
Description:
Parameters:
- index: (Number) -
Return:
(Point) -