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