game-math icon indicating copy to clipboard operation
game-math copied to clipboard

Data Type - Quaternion

Open npruehs opened this issue 9 years ago • 0 comments

Implement an immutable Quaternion struct in the Core folder.

  • Write a struct summary comment.
  • Add the CLSCompliant attribute.
  • Implement IEquatable
  • Implement Equals and GetHashCode.
  • Implement equality operator overloads.
  • Implement ToString.
  • Provide a static readonly field for the zero quaternion.
  • Implement operator overloads.

npruehs avatar Nov 10 '15 18:11 npruehs