issues
search
npruehs
/
game-math
Free open-source math library for games.
http://npruehs.de/game-math/api/1.0
MIT License
42
stars
8
forks
source link
Data Type - Quaternion
#2
Open
npruehs
opened
9 years ago
npruehs
commented
9 years ago
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.
Implement an immutable Quaternion struct in the Core folder.