2014-11-02 20:48:59 +01:00
..
_features.hpp Use pragma once 2014-07-14 01:48:27 +02:00
_fixes.hpp Update copyright year 2014-01-04 22:32:28 +01:00
_literals.hpp Use pragma once 2014-07-14 01:48:27 +02:00
_noise.hpp - Moved template types from 'detail' to 'glm' namespace #239, #244 2014-10-05 19:37:07 +02:00
_swizzle_func.hpp Use pragma once 2014-07-14 01:48:27 +02:00
_swizzle.hpp Fixed swizzle operators with anonymous unions code path 2014-10-13 22:48:11 +02:00
_vectorize.hpp Clean up dead code 2014-11-01 03:06:30 +01:00
dummy.cpp Removed last references to GLM_FORCE_RADIANS 2014-08-04 00:10:12 +02:00
func_common.hpp Fixed GCC build 2014-11-01 23:35:10 +01:00
func_common.inl Fixed GCC build 2014-11-01 23:35:10 +01:00
func_exponential.hpp Replace function instanciations with macros by templates 2014-10-20 02:03:48 +02:00
func_exponential.inl Use template instanciation 2014-10-31 01:52:38 +01:00
func_geometric.hpp Replace function instanciations with macros by templates 2014-10-20 02:03:48 +02:00
func_geometric.inl Replace function instanciations with macros by templates 2014-10-20 02:03:48 +02:00
func_integer.hpp More integer vectorization 2014-10-24 02:46:59 +02:00
func_integer.inl Optimized bitfieldReverse 2014-11-02 20:48:59 +01:00
func_matrix.hpp Use pragma once 2014-07-14 01:48:27 +02:00
func_matrix.inl Vectorize outerProduct 2014-10-24 22:14:17 +02:00
func_noise.hpp - Moved template types from 'detail' to 'glm' namespace #239, #244 2014-10-05 19:37:07 +02:00
func_noise.inl - Moved template types from 'detail' to 'glm' namespace #239, #244 2014-10-05 19:37:07 +02:00
func_packing.hpp Use pragma once 2014-07-14 01:48:27 +02:00
func_packing.inl Merge io for GLM types #144 2014-06-15 22:52:23 +02:00
func_trigonometric.hpp Replace function instanciations with macros by templates 2014-10-20 02:03:48 +02:00
func_trigonometric.inl Make detail::functor1 capable to return a different argument value_type than the argument value_type 2014-10-20 02:22:53 +02:00
func_vector_relational.hpp Clean up old workaround 2014-11-01 13:44:34 +01:00
func_vector_relational.inl Added not function 2014-10-24 21:22:24 +02:00
glm.cpp Fixed build 2014-10-12 17:24:02 +02:00
hint.hpp Use pragma once 2014-07-14 01:48:27 +02:00
intrinsic_common.hpp Use pragma once 2014-07-14 01:48:27 +02:00
intrinsic_common.inl Update copyright year 2014-01-04 22:32:28 +01:00
intrinsic_exponential.hpp Use pragma once 2014-07-14 01:48:27 +02:00
intrinsic_exponential.inl Update copyright year 2014-01-04 22:32:28 +01:00
intrinsic_geometric.hpp Use pragma once 2014-07-14 01:48:27 +02:00
intrinsic_geometric.inl Fixed build error #190 2014-05-04 16:47:06 +02:00
intrinsic_integer.hpp Use pragma once 2014-07-14 01:48:27 +02:00
intrinsic_integer.inl Move content of core directory into detail directory. Reduced dependencies to glm.hpp. 2013-12-24 10:41:59 +01:00
intrinsic_matrix.hpp Use pragma once 2014-07-14 01:48:27 +02:00
intrinsic_matrix.inl - Added GLM_FORCE_NO_CTOR_INIT 2014-10-19 03:33:14 +02:00
intrinsic_trigonometric.hpp Use pragma once 2014-07-14 01:48:27 +02:00
intrinsic_trigonometric.inl Update copyright year 2014-01-04 22:32:28 +01:00
intrinsic_vector_relational.hpp Use pragma once 2014-07-14 01:48:27 +02:00
intrinsic_vector_relational.inl - Moved template types from 'detail' to 'glm' namespace #239, #244 2014-10-05 19:37:07 +02:00
precision.hpp Use pragma once 2014-07-14 01:48:27 +02:00
precision.inl Move content of core directory into detail directory. Reduced dependencies to glm.hpp. 2013-12-24 10:41:59 +01:00
setup.hpp Fixed GCC build 2014-11-01 23:35:10 +01:00
type_float.hpp Use pragma once 2014-07-14 01:48:27 +02:00
type_gentype.hpp Use pragma once 2014-07-14 01:48:27 +02:00
type_gentype.inl Update copyright year 2014-01-04 22:32:28 +01:00
type_half.hpp Use pragma once 2014-07-14 01:48:27 +02:00
type_half.inl Fixed non-utf8 character #196 2014-05-04 16:34:46 +02:00
type_int.hpp Use pragma once 2014-07-14 01:48:27 +02:00
type_mat2x2.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_mat2x2.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_mat2x3.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_mat2x3.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_mat2x4.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_mat2x4.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_mat3x2.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_mat3x2.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_mat3x3.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_mat3x3.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_mat3x4.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_mat3x4.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_mat4x2.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_mat4x2.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_mat4x3.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_mat4x3.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_mat4x4.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_mat4x4.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_mat.hpp - Moved template types from 'detail' to 'glm' namespace #239, #244 2014-10-05 19:37:07 +02:00
type_mat.inl Fixed GLM_FORCE_SIZE_FUNC support overlook #245. Added uninitiallized constructor to quaternion. Fixed lack of conscistency or quaternion constructors with other types. Various uninitilized constructor optimizations 2014-10-12 01:24:28 +02:00
type_vec1.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_vec1.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_vec2.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_vec2.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_vec3.hpp Replace function instanciations with macros by templates 2014-10-20 03:26:59 +02:00
type_vec3.inl Clean up coding style 2014-10-19 17:09:47 +02:00
type_vec4.hpp Fixed warnings with -pedantic 2014-10-29 10:28:25 +01:00
type_vec4.inl Fixed GCC build 2014-11-01 23:35:10 +01:00
type_vec.hpp Fixed unitilized constructor on MacOSX 2014-10-24 21:30:11 +02:00
type_vec.inl Update copyright year 2014-01-04 22:32:28 +01:00