@eturnity/eturnity_maths 7.2.1 → 7.2.2-EPDM-9476.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_maths",
3
- "version": "7.2.1",
3
+ "version": "7.2.2-EPDM-9476.0",
4
4
  "author": "Eturnity Team",
5
5
  "main": "src/index.js",
6
6
  "private": false,
@@ -1,7 +1,8 @@
1
1
 
2
2
  import {
3
3
  getPointInsideOutline,
4
- isInsidePolygon
4
+ isInsidePolygon,
5
+ isSamePoint2D
5
6
  } from './geometry'
6
7
  import {getIntersections,
7
8
  getNodeList,
@@ -166,6 +166,7 @@ export class Polygon {
166
166
  extraSerialization.mountingData = this.mountingData?{...this.mountingData}:null
167
167
  extraSerialization.modules = modules
168
168
  extraSerialization.needsOptimisation = this.needsOptimisation
169
+ extraSerialization.priority = this.priority
169
170
 
170
171
  } else if (this.layer == 'panel') {
171
172
  extraSerialization.index = this.index