@eturnity/eturnity_maths 1.0.3 → 1.0.4
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 +1 -1
- package/src/geometry.js +1 -1
package/package.json
CHANGED
package/src/geometry.js
CHANGED
|
@@ -292,7 +292,7 @@ export function getDistanceBetweenPoints(firstPoint, secondPoint) {
|
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
export function
|
|
295
|
+
export function polygonsHaveSame2DOutline(outline1, outline2) {
|
|
296
296
|
let sameLength = outline1.length == outline2.length
|
|
297
297
|
return (
|
|
298
298
|
sameLength &&
|