@flatten-js/core
Advanced tools
Comparing version 1.2.23 to 1.2.24
{ | ||
"name": "@flatten-js/core", | ||
"version": "1.2.23", | ||
"version": "1.2.24", | ||
"description": "Javascript library for 2d geometry", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.cjs.js", |
@@ -153,5 +153,5 @@ "use strict"; | ||
if (ray.box.not_intersect(segment.box)) { | ||
return ip; | ||
} | ||
// if (ray.box.not_intersect(segment.box)) { | ||
// return ip; | ||
// } | ||
@@ -181,5 +181,5 @@ let line = new Flatten.Line(ray.start, ray.norm); | ||
if (ray.box.not_intersect(arc.box)) { | ||
return ip; | ||
} | ||
// if (ray.box.not_intersect(arc.box)) { | ||
// return ip; | ||
// } | ||
@@ -186,0 +186,0 @@ let line = new Flatten.Line(ray.start, ray.norm); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
5498196