Fix Matrix3x3::InverseFast() failing to produce a correct inverse matrix. #30
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A matrix multiplied by it's inverse should produce the Identity Matrix. Our unit test is failing this currently. Regular Matrix3x3::Inverse() however does pass.
Fix Matrix4x4::InverseFast() failing to produce a correct inverse matrix.to Fix Matrix3x3::InverseFast() failing to produce a correct inverse matrix.Additionally, check implementation of Matrix4x4::InverseFast()
Still working on this I think