@3dnest/spoke-geometry
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@3dnest/spoke-geometry", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A software project that provides easy access to efficient and reliable geometric algorithms in the form of a ES6+ library.", | ||
@@ -43,4 +43,3 @@ "keywords": [ | ||
"@produck/charon": "^0.3.0" | ||
}, | ||
"gitHead": "12647dd4b84e9d1169cf4a1365557c9f7adc3368" | ||
} | ||
} |
export { containsPoint } from './containsPoint'; | ||
export { area } from './area'; | ||
export { area } from './area'; | ||
export { overlapPolygon } from './overlapPolygon'; | ||
export { collisionPolygon } from './collisionPolygon'; |
export { containsPoint } from './containsPoint.js'; | ||
export { area } from './area.js'; | ||
export { area } from './area.js'; | ||
export { overlapPolygon } from './overlapPolygon.js'; | ||
export { collisionPolygon } from './collisionPolygon.js'; |
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
241
0
100
118178
3127