Christophe Riccio a4bf8867c2 Added clamp, repeat, mirrorClamp and mirrorRepeat function to GLM_EXT_scalar_commond and GLM_EXT_vector_commond extensions with tests il y a 5 ans
..
CMakeLists.txt c56cc083a4 Added GTX_load experiments il y a 7 ans
gtx.cpp c0df21a398 Added glm/ext.hpp build test il y a 8 ans
gtx_associated_min_max.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_closest_point.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_color_encoding.cpp 5b9d5cae99 Fixed tests il y a 9 ans
gtx_color_space.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_color_space_YCoCg.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_common.cpp 4d4dbcade6 Moved bounded function to GTX_common from EXT_vector_relational as there are quite new il y a 7 ans
gtx_compatibility.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_component_wise.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_dual_quaternion.cpp 798ab30b9d Fixed Syntax error when compiling with GLM_FORCE_CTOR_INIT and GLM_ENABLE_EXPERIMENTAL #753 il y a 7 ans
gtx_easing.cpp 1150952697 glm: Remove redundant double semi-colons il y a 6 ans
gtx_euler_angle.cpp a74cd55d8d #744 Added tests il y a 7 ans
gtx_extend.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_extended_min_max.cpp 7086d902e2 Fixed relational code, reduced header dependencies il y a 7 ans
gtx_extented_min_max.cpp 2d1463ced7 Fixed GTX_extended_min_max filename typo #386 il y a 10 ans
gtx_exterior_product.cpp 40398d67cd Added vec2 cross #621 il y a 8 ans
gtx_fast_exponential.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_fast_square_root.cpp 7b06a984af Let test return the number of errors il y a 6 ans
gtx_fast_trigonometry.cpp 436579b37e Fixed Wimplicit-int-float-conversion warnings with clang 10+ #986 il y a 6 ans
gtx_functions.cpp 6d34ae4c5e Refactor EXT headers il y a 7 ans
gtx_gradient_paint.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_handed_coordinate_space.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_int_10_10_10_2.cpp d7862e4bb5 Fixed SSE code included in GLM tests on pure platforms il y a 12 ans
gtx_integer.cpp 61b2a73e21 Fixed missing std:: namespace #898 il y a 6 ans
gtx_intersect.cpp e7d51a3838 bugfix intersection ray/plane, added related tests il y a 6 ans
gtx_io.cpp 26be7bda82 Fixed build il y a 7 ans
gtx_load.cpp 72bf05e06e Clean up detection il y a 7 ans
gtx_log_base.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_matrix_cross_product.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_matrix_decompose.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_matrix_factorisation.cpp faf1da52b7 Renamed P (for precision) template argument to Q (for qualifier) il y a 8 ans
gtx_matrix_interpolation.cpp 81d626daf6 Added test for #764 il y a 7 ans
gtx_matrix_major_storage.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_matrix_operation.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_matrix_query.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_matrix_transform_2d.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_mixed_product.cpp d7862e4bb5 Fixed SSE code included in GLM tests on pure platforms il y a 12 ans
gtx_norm.cpp 2c3bdccb01 Merge branch 'master' into lMaxNorm-proposal il y a 6 ans
gtx_normal.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_normalize_dot.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_number_precision.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_optimum_pow.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_orthonormalize.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_perpendicular.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_polar_coordinates.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_projection.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_quaternion.cpp c4ed4ed0c7 Added EXT_scalar_common, EXT_vector_common and EXT_quaternion_exponential extensions il y a 7 ans
gtx_random.cpp 88d3927558 Updated copyright date il y a 14 ans
gtx_range.cpp 7086d902e2 Fixed relational code, reduced header dependencies il y a 7 ans
gtx_rotate_normalized_axis.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_rotate_vector.cpp 2e3fc5da83 Fixed error: comparing floating point with == or != is unsafe il y a 7 ans
gtx_scalar_multiplication.cpp d6b0b9b1ef Fixed error: comparing floating point with == or != is unsafe il y a 7 ans
gtx_scalar_relational.cpp 7086d902e2 Fixed relational code, reduced header dependencies il y a 7 ans
gtx_simd_mat4.cpp 07689bcc4d Fixed build, updated manual for 0.9.8 il y a 9 ans
gtx_simd_vec4.cpp 234d7d4ba9 Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait il y a 9 ans
gtx_spline.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_string_cast.cpp 947527d3ac Fixed string_cast, broken after fixing #916 il y a 6 ans
gtx_texture.cpp 30ee2cd1bb - Added GTX_texture: levels function il y a 8 ans
gtx_type_aligned.cpp 61b2a73e21 Fixed missing std:: namespace #898 il y a 6 ans
gtx_type_trait.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_vec_swizzle.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_vector_angle.cpp 1bfc198625 Fixed warnings il y a 8 ans
gtx_vector_query.cpp 6482dd29d2 Added GLM_ENABLE_EXPERIMENTAL il y a 9 ans
gtx_wrap.cpp a4bf8867c2 Added clamp, repeat, mirrorClamp and mirrorRepeat function to GLM_EXT_scalar_commond and GLM_EXT_vector_commond extensions with tests il y a 5 ans