@vertexvis/geometry 0.21.1-testing.3 → 0.21.1-testing.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/bundle.esm.js.map +1 -1
- package/dist/cdn/bundle.esm.js +1 -1
- package/dist/cdn/bundle.esm.js.map +1 -1
- package/dist/cdn/bundle.esm.min.js.map +1 -1
- package/dist/cdn/plane.d.ts +1 -1
- package/dist/plane.d.ts +1 -1
- package/package.json +3 -3
package/dist/bundle.cjs.js
CHANGED
|
@@ -2259,7 +2259,7 @@ function intersectLine(plane, line) {
|
|
|
2259
2259
|
}
|
|
2260
2260
|
}
|
|
2261
2261
|
/**
|
|
2262
|
-
*
|
|
2262
|
+
* Projects the given `point` onto the given `plane`.
|
|
2263
2263
|
*
|
|
2264
2264
|
* @param plane The plane to project onto.
|
|
2265
2265
|
* @param point The point to project.
|