@devexpress/utils
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,3 +6,2 @@ import { IRectangle } from './interfaces'; | ||
export declare class Polygon<T extends Point = Point> extends PolygonalChain<T> { | ||
points: T[]; | ||
static fromRectangle(rect: IRectangle): Polygon<Point>; | ||
@@ -9,0 +8,0 @@ getEdge(edgeIndex: number): Segment; |
@@ -12,5 +12,3 @@ "use strict"; | ||
function Polygon() { | ||
var _this = _super !== null && _super.apply(this, arguments) || this; | ||
_this.points = []; | ||
return _this; | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
} | ||
@@ -17,0 +15,0 @@ Object.defineProperty(Polygon.prototype, "numEdges", { |
{ | ||
"name": "@devexpress/utils", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "DevExpress utils", | ||
@@ -5,0 +5,0 @@ "author": "DevExpress Inc.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
813507
16686