@thi.ng/quad-edge
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@2.0.1...@thi.ng/quad-edge@2.0.2) (2021-10-15) | ||
**Note:** Version bump only for package @thi.ng/quad-edge | ||
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@2.0.0...@thi.ng/quad-edge@2.0.1) (2021-10-13) | ||
@@ -8,0 +16,0 @@ |
15
index.js
@@ -18,2 +18,6 @@ let NEXT_ID = 0; | ||
export class Edge { | ||
constructor(parent, id) { | ||
this.parent = parent; | ||
this.id = id; | ||
} | ||
/** | ||
@@ -44,14 +48,3 @@ * Main edge / quadedge factory function. Use this in preference of | ||
} | ||
id; | ||
parent; | ||
origin; | ||
constructor(parent, id) { | ||
this.parent = parent; | ||
this.id = id; | ||
} | ||
/** | ||
* Next CCW edge from this edge's origin. | ||
*/ | ||
onext; | ||
/** | ||
* Next CW edge from this edge's origin. | ||
@@ -58,0 +51,0 @@ */ |
{ | ||
"name": "@thi.ng/quad-edge", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Quadedge data structure after Guibas & Stolfi", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@thi.ng/testament": "^0.1.1" | ||
"@thi.ng/testament": "^0.1.2" | ||
}, | ||
@@ -74,3 +74,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2e6b3d7c0f4c5686c1e9bdb4902ed7d3f90bcc19" | ||
"gitHead": "3c5f903104da150588946a94bb118ad559ad395d" | ||
} |
@@ -71,3 +71,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (gzipped, pre-treeshake): ESM: 505 bytes | ||
Package sizes (gzipped, pre-treeshake): ESM: 495 bytes | ||
@@ -74,0 +74,0 @@ ## Dependencies |
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
25777
289