@thi.ng/geom-isec
Advanced tools
Comparing version 4.0.15 to 4.0.16
{ | ||
"name": "@thi.ng/geom-isec", | ||
"version": "4.0.15", | ||
"version": "4.0.16", | ||
"description": "2D/3D shape intersection checks", | ||
@@ -40,5 +40,5 @@ "type": "module", | ||
"@thi.ng/api": "^8.11.11", | ||
"@thi.ng/geom-closest-point": "^2.1.143", | ||
"@thi.ng/geom-closest-point": "^2.1.144", | ||
"@thi.ng/math": "^5.11.11", | ||
"@thi.ng/vectors": "^7.12.3" | ||
"@thi.ng/vectors": "^7.12.4" | ||
}, | ||
@@ -123,3 +123,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n" | ||
"gitHead": "241df2019d93359c34da1a11a94e416b6ea73f32\n" | ||
} |
@@ -155,3 +155,3 @@ import type { Fn3, FnN7, FnU4, FnU5 } from "@thi.ng/api"; | ||
*/ | ||
export declare const classifyPointPolygon: (p: ReadonlyVec, pts: ReadonlyVec[], eps?: number) => 1 | 0 | -1; | ||
export declare const classifyPointPolygon: (p: ReadonlyVec, pts: ReadonlyVec[], eps?: number) => 0 | 1 | -1; | ||
/** | ||
@@ -158,0 +158,0 @@ * Helper function for {@link pointInPolygon2} to check point against a single |
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