.. |
_features.hpp
|
|
|
_fixes.hpp
|
|
|
_noise.hpp
|
|
|
_swizzle_func.hpp
|
|
|
_swizzle.hpp
|
|
|
_vectorize.hpp
|
|
|
dummy.cpp
|
Added target to build optional static and dynamic GLM library
|
2016-03-12 01:32:40 +01:00 |
func_common.hpp
|
|
|
func_common.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
func_exponential.hpp
|
|
|
func_exponential.inl
|
|
|
func_geometric.hpp
|
|
|
func_geometric.inl
|
Added compNormalize function to GTX_component_wise
|
2015-09-25 03:14:11 +02:00 |
func_integer.hpp
|
|
|
func_integer.inl
|
|
|
func_matrix.hpp
|
Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia
|
2016-03-05 23:51:20 +01:00 |
func_matrix.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
func_packing.hpp
|
|
|
func_packing.inl
|
|
|
func_trigonometric.hpp
|
- Improved constexpr for constant functions coverage #198
|
2015-08-31 22:14:45 +02:00 |
func_trigonometric.inl
|
Merge branch '0.9.7'
|
2016-02-21 19:40:47 +01:00 |
func_vector_relational.hpp
|
|
|
func_vector_relational.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
glm.cpp
|
|
|
intrinsic_common.hpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
intrinsic_common.inl
|
|
|
intrinsic_exponential.hpp
|
|
|
intrinsic_exponential.inl
|
|
|
intrinsic_geometric.hpp
|
|
|
intrinsic_geometric.inl
|
|
|
intrinsic_integer.hpp
|
|
|
intrinsic_integer.inl
|
|
|
intrinsic_matrix.hpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
intrinsic_matrix.inl
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
intrinsic_trigonometric.hpp
|
|
|
intrinsic_trigonometric.inl
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
intrinsic_vector_relational.hpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
intrinsic_vector_relational.inl
|
|
|
precision.hpp
|
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
|
2016-03-13 12:56:26 +01:00 |
setup.hpp
|
fix: cuda can use anonymous unions
|
2016-04-15 12:44:36 +02:00 |
type_float.hpp
|
|
|
type_gentype.hpp
|
|
|
type_gentype.inl
|
|
|
type_half.hpp
|
|
|
type_half.inl
|
Fixed "Declaration shadows a field" warning
|
2016-01-03 18:26:54 +01:00 |
type_int.hpp
|
|
|
type_mat2x2.hpp
|
Improved coding style consistency, scalars are passed by copy
|
2016-03-19 17:10:42 +01:00 |
type_mat2x2.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat2x3.hpp
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat2x3.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat2x4.hpp
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat2x4.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat3x2.hpp
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat3x2.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat3x3.hpp
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat3x3.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat3x4.hpp
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat3x4.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat4x2.hpp
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat4x2.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat4x3.hpp
|
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
|
2016-03-13 12:56:26 +01:00 |
type_mat4x3.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat4x4.hpp
|
Add missing const to declaration
|
2016-03-19 12:32:24 +01:00 |
type_mat4x4.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_mat.hpp
|
|
|
type_mat.inl
|
|
|
type_vec1.hpp
|
Improved coding style consistency, scalars are passed by copy
|
2016-03-19 17:10:42 +01:00 |
type_vec1.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_vec2.hpp
|
Improved coding style consistency, scalars are passed by copy
|
2016-03-19 17:10:42 +01:00 |
type_vec2.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_vec3.hpp
|
Improved coding style consistency, scalars are passed by copy
|
2016-03-19 17:10:42 +01:00 |
type_vec3.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_vec4_avx2.inl
|
|
|
type_vec4_avx.inl
|
|
|
type_vec4_sse2.inl
|
Fixed strict alignment warnings #235 #370
|
2015-08-31 18:55:45 +02:00 |
type_vec4.hpp
|
Rename tvec1 parameters from scalar to v1/v2
|
2016-03-19 12:35:12 +01:00 |
type_vec4.inl
|
Finishing up removing GLM_FORCE_SIZE_FUNC define and passing by copy scalars
|
2016-03-23 02:01:16 +05:30 |
type_vec.hpp
|
Clean up doxygen and source
|
2015-08-02 01:39:00 +02:00 |
type_vec.inl
|
|
|