From 4a050ddfacc6f83ff9d1b241093013ceec5c174e Mon Sep 17 00:00:00 2001 From: mincomk Date: Sat, 7 Jun 2025 16:36:54 +0900 Subject: [PATCH] bug: quaternion? --- src/quaternion.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quaternion.ts b/src/quaternion.ts index 9787902..12005c6 100644 --- a/src/quaternion.ts +++ b/src/quaternion.ts @@ -6,7 +6,7 @@ export class Quaternion { public y: number, public z: number, public w: number, - ) {} + ) { } public static fromXYZ({ x,