glm/glm/detail
2019-08-07 15:00:50 +02:00
..
_features.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
_fixes.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
_noise.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
_swizzle_func.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
_swizzle.hpp Fixed Clang warnings 2018-08-18 16:28:09 +02:00
_vectorize.hpp Added findNSB functions and tests 2019-07-12 21:50:30 +02:00
compute_common.hpp More manual documentation 2018-08-30 01:04:26 +02:00
compute_vector_relational.hpp Added vector relational tests 2018-07-26 23:33:10 +02:00
func_common_simd.inl Fixed SIMD build 2018-08-16 23:18:13 +02:00
func_common.inl Fixed typo 2019-05-23 20:36:26 +02:00
func_exponential_simd.inl Refactor configuration macros 2018-07-31 23:05:48 +02:00
func_exponential.inl Refactor configuration macros 2018-07-31 23:05:48 +02:00
func_geometric_simd.inl Fixed SIMD build 2017-08-16 03:09:04 +02:00
func_geometric.inl Modify glm::refract according to GLSL man page: return vector zero when full reflection happens #806 2018-08-28 11:25:04 +08:00
func_integer_simd.inl Fixed SIMD build 2018-08-16 23:18:13 +02:00
func_integer.inl Fix bitfieldInsert according to GLSL spec 2018-10-04 17:23:44 -05:00
func_matrix_simd.inl Fixed swizzle error with C++ 98 2018-08-17 01:10:51 +02:00
func_matrix.inl Added SIMD perf tests 2018-08-18 16:12:26 +02:00
func_packing_simd.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_packing.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_trigonometric_simd.inl Added AVX optimizations and equal tests 2016-05-30 14:23:58 +02:00
func_trigonometric.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_vector_relational_simd.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
func_vector_relational.inl Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
glm.cpp Fixing 'GLM_ENABLE_EXPERIMENTAL macro redefined' warning 2019-03-28 13:24:35 +03:00
qualifier.hpp Added vector retionnal with max ULPs arguments and fixed double support 2018-09-17 19:06:02 +02:00
setup.hpp Fixed C++ 98 build 2019-08-07 15:00:50 +02:00
type_float.hpp Fixed VC2013 build 2018-09-21 15:36:01 +02:00
type_half.hpp Reduce dependencies, added scalar EXT extensions 2018-08-12 23:27:02 +02:00
type_half.inl Fixed typos 2018-11-05 13:47:57 +01:00
type_mat2x2.hpp Refactor headers 2018-08-05 15:22:49 +02:00
type_mat2x2.inl More constexpr 2018-08-16 00:45:31 +02:00
type_mat2x3.hpp Refactor headers 2018-08-05 15:22:49 +02:00
type_mat2x3.inl More constexpr 2018-08-16 00:45:31 +02:00
type_mat2x4.hpp Refactor headers 2018-08-05 15:22:49 +02:00
type_mat2x4.inl More constexpr 2018-08-16 00:45:31 +02:00
type_mat3x2.hpp Refactor headers 2018-08-05 15:22:49 +02:00
type_mat3x2.inl More constexpr 2018-08-16 00:45:31 +02:00
type_mat3x3.hpp Refactor headers 2018-08-05 15:22:49 +02:00
type_mat3x3.inl More constexpr 2018-08-16 00:45:31 +02:00
type_mat3x4.hpp Refactor headers 2018-08-05 15:22:49 +02:00
type_mat3x4.inl More constexpr 2018-08-16 00:45:31 +02:00
type_mat4x2.hpp Refactor headers 2018-08-05 15:22:49 +02:00
type_mat4x2.inl More constexpr 2018-08-16 00:45:31 +02:00
type_mat4x3.hpp Refactor headers 2018-08-05 15:22:49 +02:00
type_mat4x3.inl Fixed in mat4x3 conversion #829 2018-11-05 20:03:55 +01:00
type_mat4x4_simd.inl Refactor headers 2018-08-05 15:22:49 +02:00
type_mat4x4.hpp Refactor headers 2018-08-05 15:22:49 +02:00
type_mat4x4.inl More constexpr 2018-08-16 00:45:31 +02:00
type_quat_simd.inl Fixed quaternion SIMD includes #799 2018-08-08 17:42:50 +02:00
type_quat.hpp Fixed quaternion initialization 2019-08-07 13:39:36 +02:00
type_quat.inl Fixed GCC warning about member initialization order 2019-07-12 22:11:42 +02:00
type_vec1.hpp Added GLM_FORCE_SILENT_WARNINGS to silent GLM warnings when using language extensions but using W4 or Wpedantic warnings #814 #775 2018-09-18 22:35:28 +02:00
type_vec1.inl Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812 2018-09-10 15:45:01 +02:00
type_vec2.hpp Added GLM_FORCE_SILENT_WARNINGS to silent GLM warnings when using language extensions but using W4 or Wpedantic warnings #814 #775 2018-09-18 22:35:28 +02:00
type_vec2.inl Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812 2018-09-10 15:45:01 +02:00
type_vec3.hpp Suppress struct-padding warning on vec3s with GLM_CONFIG_ALIGNED_GENTYPES + GLM_CONFIG_SILENT_WARNINGS 2018-10-09 13:13:39 +02:00
type_vec3.inl Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812 2018-09-10 15:45:01 +02:00
type_vec4_simd.inl Fixed SSE4.1 check 2018-08-18 21:14:48 +02:00
type_vec4.hpp Fixed quaternion componant order: w, {x, y, z} #916 2019-07-12 19:19:10 +02:00
type_vec4.inl Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812 2018-09-10 15:45:01 +02:00