@cybermp-community/client-types 2.1.2 → 2.1.3
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.
|
@@ -2,9 +2,9 @@ import type * as C from "./index";
|
|
|
2
2
|
|
|
3
3
|
// THIS CODE IS GENERATED, PLEASE DO NOT EDIT THIS
|
|
4
4
|
export class EulerAngles {
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
5
|
+
"pitch": number;
|
|
6
|
+
"roll": number;
|
|
7
|
+
"yaw": number;
|
|
8
8
|
static "AlmostEqual"(a: EulerAngles, b: EulerAngles, epsilon: number): boolean;
|
|
9
9
|
static "Dot"(a: EulerAngles, b: EulerAngles): number;
|
|
10
10
|
static "GetAxes"(rotation: EulerAngles): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cybermp-community/client-types",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "TypeScript type definitions for the CyberMP client-side environment.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -60,4 +60,4 @@
|
|
|
60
60
|
"tsx": "^4.7.1",
|
|
61
61
|
"typescript": "^5.3.3"
|
|
62
62
|
}
|
|
63
|
-
}
|
|
63
|
+
}
|