Update Polygon.js

This commit is contained in:
Richard Davey 2020-01-11 16:18:56 +00:00
parent fe2b1e4489
commit 439d50ee9f

View file

@ -13,7 +13,6 @@ var GEOM_CONST = require('../const');
* @classdesc
* A Polygon object
*
* The polygon is a closed shape consists of a series of connected straight lines defined by list of ordered points.
* Several formats are supported to define the list of points, check the setTo method for details.
* This is a geometry object allowing you to define and inspect the shape.