aboutsummaryrefslogtreecommitdiff
path: root/src/math/tform.hpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed wrong header guardvimene2026-01-121-3/+3
|
* transpose matrix representationvimene2025-12-261-11/+11
| | | | | map values[i * 4 + j] to values[i + j * 4], meaning that values[1] is now the second line, first column, instead of first line, second column
* renamed .h to .hppvimene2025-12-101-0/+49