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

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