@eturnity/eturnity_maths
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@eturnity/eturnity_maths", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Eturnity Team", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -295,3 +295,3 @@ import { | ||
export function polygonsHasSame2DOutline(outline1, outline2) { | ||
export function polygonsHaveSame2DOutline(outline1, outline2) { | ||
let sameLength = outline1.length == outline2.length | ||
@@ -298,0 +298,0 @@ return ( |
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
101996