fix: quaternion
This commit is contained in:
@@ -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": "",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export class Quaternion {
|
|||||||
public w: number,
|
public w: number,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
public fromXYZ({
|
public static fromXYZ({
|
||||||
x,
|
x,
|
||||||
y,
|
y,
|
||||||
z,
|
z,
|
||||||
|
|||||||
Reference in New Issue
Block a user