コード例 #1
0
ファイル: cQuaternion.cs プロジェクト: ls9512/USecurity
 get => new Quaternion(_x, _y, _z, _w);
コード例 #2
0
 get => new Vector4(_x, _y, _z, _w);