summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Matrix.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-09-17Common: add transpose function to Matrix classiwubcode
2025-09-07Core: support inverting a 4x4 matrixiwubcode
2024-01-24Common: add determinant functions to Matrix33 and Matrix44iwubcode
2022-10-10Common/Matrix: Fix Quaternion Norm function.Jordan Woyak
2021-12-10Treewide: Adjust order of includesPokechu22
2021-11-08Minor comment fix in Matrix.cppthatSteveFan
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-17Common: Add function to get Euler angles from a Quaternioniwubcode
2021-01-27Common: update Quaternion to allow rotating pitch, yaw, and roll all at onceiwubcode
2021-01-27Common: add convenience function to convert a Quaternion to a Matrix44iwubcode
2020-10-19Common/Matrix: Add Quaternion class.Jordan Woyak
2020-01-09WiimoteEmu: Make the "Total Yaw" setting work again.Jordan Woyak
2020-01-02Common: Add Matrix33::FromQuaternion.Jordan Woyak
2019-11-08Common: Add additional Matrix/Vec functions.Jordan Woyak
2019-03-03WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.Jordan Woyak
2019-02-03WiimoteEmu: Remove redundant Matrix library and use the one in Common.Jordan Woyak
2019-02-03Common: Move Matrix classes out of MathUtil into their own files and make the...Jordan Woyak