@types/d3-polygon
Advanced tools
Comparing version
@@ -6,7 +6,7 @@ // Type definitions for D3JS d3-polygon module 1.0 | ||
// Last module patch version validated against: 1.0.1 | ||
// Last module patch version validated against: 1.0.3 | ||
/** | ||
* Returns the signed area of the specified polygon. If the vertices of the polygon are in counterclockwise order ( | ||
* assuming a coordinate system where the origin ⟨0,0⟩ is in the top-left corner), the returned area is positive; | ||
* Returns the signed area of the specified polygon. If the vertices of the polygon are in counterclockwise order | ||
* (assuming a coordinate system where the origin <0,0> is in the top-left corner), the returned area is positive; | ||
* otherwise it is negative, or zero. | ||
@@ -38,3 +38,3 @@ * | ||
* @param polygon Array of coordinates <x0, y0>, <x1, y1> and so on. | ||
* @param point Coordinates of point <x, y> | ||
* @param point Coordinates of point <x, y>. | ||
*/ | ||
@@ -41,0 +41,0 @@ export function polygonContains(polygon: Array<[number, number]>, point: [number, number]): boolean; |
{ | ||
"name": "@types/d3-polygon", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "TypeScript definitions for D3JS d3-polygon module", | ||
@@ -9,11 +9,14 @@ "license": "MIT", | ||
"name": "Tom Wanzek", | ||
"url": "https://github.com/tomwanzek" | ||
"url": "https://github.com/tomwanzek", | ||
"githubUsername": "tomwanzek" | ||
}, | ||
{ | ||
"name": "Alex Ford", | ||
"url": "https://github.com/gustavderdrache" | ||
"url": "https://github.com/gustavderdrache", | ||
"githubUsername": "gustavderdrache" | ||
}, | ||
{ | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov" | ||
"url": "https://github.com/borisyankov", | ||
"githubUsername": "borisyankov" | ||
} | ||
@@ -24,9 +27,8 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "9a80f7b1cb86bfde1c858d2ec956bdaaa4f6bac88f513accf17eb2e0ac06eca1", | ||
"typesPublisherContentHash": "8f9c7c86269a90cfd258509e73f665beb548b6ae0eae8f7554947aa38cfe80c9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-polygon | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/d3-polygon | ||
Additional Details | ||
* Last updated: Fri, 19 May 2017 15:49:31 GMT | ||
* Last updated: Tue, 08 May 2018 16:41:34 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
4712
0.81%