This commit is contained in:
bird_egop
2026-06-06 00:42:07 +03:00
parent 49d9e23738
commit 0d8e4ba491
9 changed files with 266 additions and 35 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
public record Quaternion(float X, float Y, float Z, float W);
public record UShortQuaternion(ushort X, ushort Y, ushort Z, ushort W)
public record UShortQuaternion(short W, short X, short Y, short Z)
{
public Quaternion ToRegular()
{