Skip to content

Commit

Permalink
Update the reference assembly for Quaternion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Takym committed Aug 17, 2021
1 parent c931006 commit 7a54468
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ public partial struct Quaternion : System.IEquatable<System.Numerics.Quaternion>
public float Z;
public Quaternion(System.Numerics.Vector3 vectorPart, float scalarPart) { throw null; }
public Quaternion(float x, float y, float z, float w) { throw null; }
public static System.Numerics.Quaternion Zero { get { throw null; } }
public static System.Numerics.Quaternion Identity { get { throw null; } }
public readonly bool IsZero { get { throw null; } }
public readonly bool IsIdentity { get { throw null; } }
public static System.Numerics.Quaternion Add(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) { throw null; }
public static System.Numerics.Quaternion Concatenate(System.Numerics.Quaternion value1, System.Numerics.Quaternion value2) { throw null; }
Expand Down

0 comments on commit 7a54468

Please sign in to comment.