index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Matrix.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-09-17
Common: add transpose function to Matrix class
iwubcode
2025-09-07
Core: support inverting a 4x4 matrix
iwubcode
2024-01-24
Common: add determinant functions to Matrix33 and Matrix44
iwubcode
2022-10-10
Common/Matrix: Fix Quaternion Norm function.
Jordan Woyak
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-11-08
Minor comment fix in Matrix.cpp
thatSteveFan
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-17
Common: Add function to get Euler angles from a Quaternion
iwubcode
2021-01-27
Common: update Quaternion to allow rotating pitch, yaw, and roll all at once
iwubcode
2021-01-27
Common: add convenience function to convert a Quaternion to a Matrix44
iwubcode
2020-10-19
Common/Matrix: Add Quaternion class.
Jordan Woyak
2020-01-09
WiimoteEmu: Make the "Total Yaw" setting work again.
Jordan Woyak
2020-01-02
Common: Add Matrix33::FromQuaternion.
Jordan Woyak
2019-11-08
Common: Add additional Matrix/Vec functions.
Jordan Woyak
2019-03-03
WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.
Jordan Woyak
2019-02-03
WiimoteEmu: Remove redundant Matrix library and use the one in Common.
Jordan Woyak
2019-02-03
Common: Move Matrix classes out of MathUtil into their own files and make the...
Jordan Woyak