aboutsummaryrefslogtreecommitdiffstats
path: root/common/vecmat.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some clang-tidy warningsChris Robinson2023-12-081-4/+4
* Make some Vector and Matrix methods constexprChris Robinson2022-07-051-29/+22
* Handle the listener position separate from the rotation matrixChris Robinson2021-05-251-0/+7
* Calculate the square root after checking the limitChris Robinson2021-01-291-4/+5
* Add a panning "deadzone" for spatialized sourcesChris Robinson2021-01-281-2/+3
* Avoid using a hidden unnamed template parameterChris Robinson2020-12-151-2/+4
* Use doubles to calculate the listener matrix translationChris Robinson2020-11-131-39/+70
* Remove a constexpr that needs C++17Chris Robinson2020-10-231-1/+1
* Add some constexprChris Robinson2020-10-231-4/+3
* Avoid unnecessary explicit copy methodsChris Robinson2019-09-081-20/+4
* Cleanup common sources' includesChris Robinson2019-07-291-7/+6
* Clean up some math stuffChris Robinson2018-12-221-1/+2
* Use proper classes for Vector and Matrix typesChris Robinson2018-12-121-32/+88
* Move the vector and matrix declarations to a separate headerChris Robinson2018-11-171-0/+46