mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
push
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user