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.h
Age
Commit message (
Expand
)
Author
2025-09-17
Common: add transpose function to Matrix class
iwubcode
2025-09-07
Core: support inverting a 4x4 matrix
iwubcode
2025-03-11
Core/Common: Fix typos
Luz Paz
2024-01-24
Common: add determinant functions to Matrix33 and Matrix44
iwubcode
2022-09-24
Common/Matrix: Add equality operators to TVec2/3/4.
Admiral H. Curtiss
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-21
Common/Matrix: Allow TVec classes to be used in constexpr contexts
Lioncash
2020-10-19
Common/Matrix: Add Quaternion class.
Jordan Woyak
2020-02-17
Common: Add additional Vector operations.
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-04-23
WiimoteEmu: Improve emulated swing.
Jordan Woyak
2019-03-03
WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.
Jordan Woyak
2019-02-10
DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input ca...
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