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 - Matrix
#1
Open
npruehs
opened
9 years ago
npruehs
commented
9 years ago
Implement an immutable Matrix 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 static readonly fields for the zero and identity matrix.
Provide the inverse of the matrix.
Provide the transpose of the matrix.
Implement matrix-matrix multiplication.
Implement matrix-vector multiplication.
Implement an immutable Matrix struct in the Core folder.