@thi.ng/geom-isec
Advanced tools
Comparing version
{ | ||
"name": "@thi.ng/geom-isec", | ||
"version": "4.0.25", | ||
"version": "4.0.26", | ||
"description": "2D/3D shape intersection checks", | ||
@@ -44,5 +44,5 @@ "type": "module", | ||
"@thi.ng/api": "^8.11.16", | ||
"@thi.ng/geom-closest-point": "^2.1.153", | ||
"@thi.ng/geom-closest-point": "^2.1.154", | ||
"@thi.ng/math": "^5.11.16", | ||
"@thi.ng/vectors": "^7.12.13" | ||
"@thi.ng/vectors": "^7.12.14" | ||
}, | ||
@@ -127,3 +127,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n" | ||
"gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\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) => 0 | 1 | -1; | ||
export declare const classifyPointPolygon: (p: ReadonlyVec, pts: ReadonlyVec[], eps?: number) => 1 | 0 | -1; | ||
/** | ||
@@ -158,0 +158,0 @@ * Helper function for {@link pointInPolygon2} to check point against a single |