From 99fdcd41541bc342476b75b01788a62b34d39ed3 Mon Sep 17 00:00:00 2001 From: mincomk Date: Sat, 7 Jun 2025 13:36:59 +0900 Subject: [PATCH] fix: quaternion --- package.json | 2 +- src/quaternion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 986c2e1..64424ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "computercraft-mutil", - "version": "1.0.3", + "version": "1.0.4", "description": "", "license": "ISC", "author": "", diff --git a/src/quaternion.ts b/src/quaternion.ts index 718cef6..9787902 100644 --- a/src/quaternion.ts +++ b/src/quaternion.ts @@ -8,7 +8,7 @@ export class Quaternion { public w: number, ) {} - public fromXYZ({ + public static fromXYZ({ x, y, z,