Fix Matrix3x3::InverseFast() failing to produce a correct inverse matrix. #30

Open
opened 2024-06-05 16:06:52 -04:00 by josh · 2 comments
Owner

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.

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.
josh added reference refs/tags/Release-2.0 2024-06-05 16:07:03 -04:00
josh changed title from Fix Matrix4x4::InverseFast() failing to produce a correct inverse matrix. to Fix Matrix3x3::InverseFast() failing to produce a correct inverse matrix. 2024-06-05 16:08:03 -04:00
Author
Owner

Additionally, check implementation of Matrix4x4::InverseFast()

Additionally, check implementation of Matrix4x4::InverseFast()
josh self-assigned this 2024-06-24 19:30:42 -04:00
maxine added the
Kind/Bug
Priority
High
labels 2024-06-24 19:34:50 -04:00
Collaborator

Still working on this I think

Still working on this I think
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: josh/j3ml#30
No description provided.