@vertexvis/geometry 0.21.1-testing.3 → 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/plane.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ export declare function distanceToPoint(plane: Plane, point: Vector3.Vector3): n
|
|
|
42
42
|
*/
|
|
43
43
|
export declare function intersectLine(plane: Plane, line: Line3.Line3): Vector3.Vector3 | undefined;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Projects the given `point` onto the given `plane`.
|
|
46
46
|
*
|
|
47
47
|
* @param plane The plane to project onto.
|
|
48
48
|
* @param point The point to project.
|
package/dist/plane.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ export declare function distanceToPoint(plane: Plane, point: Vector3.Vector3): n
|
|
|
42
42
|
*/
|
|
43
43
|
export declare function intersectLine(plane: Plane, line: Line3.Line3): Vector3.Vector3 | undefined;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Projects the given `point` onto the given `plane`.
|
|
46
46
|
*
|
|
47
47
|
* @param plane The plane to project onto.
|
|
48
48
|
* @param point The point to project.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertexvis/geometry",
|
|
3
|
-
"version": "0.21.1-testing.
|
|
3
|
+
"version": "0.21.1-testing.4",
|
|
4
4
|
"description": "Library for 2D and 3D geometric types.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@types/jest": "^27.5.1",
|
|
41
41
|
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.0",
|
|
42
42
|
"@vertexvis/jest-config-vertexvis": "^0.5.4",
|
|
43
|
-
"@vertexwebsdk/build": "0.21.1-testing.
|
|
43
|
+
"@vertexwebsdk/build": "0.21.1-testing.4",
|
|
44
44
|
"eslint": "^8.17.0",
|
|
45
45
|
"jest": "^27.5.1",
|
|
46
46
|
"rollup": "^2.75.6",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"tslib": ">=2.1.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "60631405577f7de6ac6b23a12fcfaec3c2f340d0"
|
|
55
55
|
}
|