summaryrefslogtreecommitdiffstats
path: root/core/math/projection.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Core: Replace `_NO_DISCARD_` macro with attributeThaddeus Crews2024-04-121-1/+1
* Merge pull request #90063 from aaronfranke/really-floatyRémi Verschelde2024-04-041-2/+2
|\
| * Fix some uses of float and real_t in core/mathAaron Franke2024-03-291-2/+2
* | Use Reverse Z for the depth bufferKhasehemwy2024-04-041-1/+1
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* [Core] Codestyle improvements to math typesA Thousand Ships2024-03-041-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Enhancements to includes in core data structuresAaron Franke2022-10-051-3/+4
* Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-8/+8
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+167