fix: quaternion

This commit is contained in:
2025-06-07 13:36:59 +09:00
parent 9ccc4dfd53
commit 99fdcd4154
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "computercraft-mutil", "name": "computercraft-mutil",
"version": "1.0.3", "version": "1.0.4",
"description": "", "description": "",
"license": "ISC", "license": "ISC",
"author": "", "author": "",

View File

@@ -8,7 +8,7 @@ export class Quaternion {
public w: number, public w: number,
) {} ) {}
public fromXYZ({ public static fromXYZ({
x, x,
y, y,
z, z,