@vertexvis/geometry 0.21.1-testing.2 → 0.21.1-testing.4
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/cdn/bundle.esm.js
CHANGED
|
@@ -2289,7 +2289,7 @@ function intersectLine(plane, line) {
|
|
|
2289
2289
|
}
|
|
2290
2290
|
}
|
|
2291
2291
|
/**
|
|
2292
|
-
*
|
|
2292
|
+
* Projects the given `point` onto the given `plane`.
|
|
2293
2293
|
*
|
|
2294
2294
|
* @param plane The plane to project onto.
|
|
2295
2295
|
* @param point The point to project.
|