glm/glm
Jeff Burnett 69b130c162 Fix uninitialized in constexpr warning
Matrix multiplication functions that were recently marked as 'constexpr'
in commit '1cc8e80e3ba140239196d9a4597a2ea8139a4aa5' can throw warnings
about an "uninitialized variable 'Result' in constexpr function".

Change-Id: I95396da9ac8a6e0dd1b6ae4e782f75446cfa70a3
2025-01-23 09:10:55 +01:00
..
detail Fix uninitialized in constexpr warning 2025-01-23 09:10:55 +01:00
ext Fixed infinitePerspective declarations and definitions 2024-10-11 14:40:31 +02:00
gtc link to newer version 2025-01-16 15:58:34 +01:00
gtx Fix missing newline 2025-01-22 21:40:13 +01:00
simd Simd improvement 2024-03-19 15:00:13 +01:00
CMakeLists.txt Optimize cmake targets 2023-12-22 14:51:20 +01:00
common.hpp Adding constexpr qualifier for helper functions #1050 (#1184) 2023-12-22 08:31:02 +01:00
exponential.hpp Changed the e^v clarification in source 2022-09-20 20:20:58 -07:00
ext.hpp Fix GTX_number_precision build #1258 2024-02-28 11:45:24 +01:00
fwd.hpp Sort inconsistently ordered mat declarations in fwd.hpp 2021-10-26 19:10:33 +02:00
geometric.hpp Spelling mistake fix 2022-02-15 01:54:29 -05:00
glm.cppm Fix module interface missing some gtx quaternion functions 2024-12-11 20:17:37 +02:00
glm.hpp cleanup doxygen and codespell 2022-08-01 19:25:47 -03:00
integer.hpp Added C++17 [[nodiscard]] support #1217 2024-02-10 17:09:18 +01:00
mat2x2.hpp Refactor EXT headers 2018-08-07 18:41:41 +02:00
mat2x3.hpp Refactor EXT headers 2018-08-07 18:41:41 +02:00
mat2x4.hpp Refactor EXT headers 2018-08-07 18:41:41 +02:00
mat3x2.hpp Refactor EXT headers 2018-08-07 18:41:41 +02:00
mat3x3.hpp Refactor EXT headers 2018-08-07 18:41:41 +02:00
mat3x4.hpp Refactor EXT headers 2018-08-07 18:41:41 +02:00
mat4x2.hpp Refactor EXT headers 2018-08-07 18:41:41 +02:00
mat4x3.hpp Refactor EXT headers 2018-08-07 18:41:41 +02:00
mat4x4.hpp Refactor EXT headers 2018-08-07 18:41:41 +02:00
matrix.hpp Added *GLM_EXT_matrix_integer* with tests 2020-11-30 18:10:55 +01:00
packing.hpp Updated doxygen API documentation 2018-08-31 21:32:56 +02:00
trigonometric.hpp Fixed typo in documentation 2020-05-19 22:19:11 +03:00
vec2.hpp Clean up integer precision 2020-02-08 16:21:22 +01:00
vec3.hpp Clean up integer precision 2020-02-08 16:21:22 +01:00
vec4.hpp Clean up integer precision 2020-02-08 16:21:22 +01:00
vector_relational.hpp Improved doxygen doc 2018-08-29 14:28:01 +02:00