OpenGL Mathematics (GLM)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
Christophe Riccio 6c00ffa1b4 Fixed roundEven implementation, tests are now passing ago%!(EXTRA string=14 years)
..
_detail.hpp Added float_or_int_trait ago%!(EXTRA string=14 years)
_fixes.hpp Fixed headers ago%!(EXTRA string=14 years)
_swizzle.hpp Updated style, typo, removed old swizzle macro ago%!(EXTRA string=14 years)
_swizzle_func.hpp Added swizzle operator from generated functions for non C++11 compiler ago%!(EXTRA string=14 years)
_vectorize.hpp Added more vectorize functions ago%!(EXTRA string=14 years)
dummy.cpp Fixed compiler setup options ago%!(EXTRA string=14 years)
func_common.hpp Added link to roundEven what about ago%!(EXTRA string=14 years)
func_common.inl Fixed roundEven implementation, tests are now passing ago%!(EXTRA string=14 years)
func_exponential.hpp Improve documentation ago%!(EXTRA string=14 years)
func_exponential.inl Added more vectorize functions ago%!(EXTRA string=14 years)
func_geometric.hpp Improved documentation ago%!(EXTRA string=14 years)
func_geometric.inl Merge branch '0.9.3' into swizzle ago%!(EXTRA string=14 years)
func_integer.hpp Improve template paramter documentation ago%!(EXTRA string=14 years)
func_integer.inl Fixed build ago%!(EXTRA string=14 years)
func_matrix.hpp Improve template paramter documentation ago%!(EXTRA string=14 years)
func_matrix.inl Added more vectorize functions ago%!(EXTRA string=14 years)
func_noise.hpp Improve template paramter documentation ago%!(EXTRA string=14 years)
func_noise.inl Added noise2, noise3 and noise4 draft implementation ago%!(EXTRA string=14 years)
func_packing.hpp Added missing declaration ago%!(EXTRA string=14 years)
func_packing.inl Vectorize ago%!(EXTRA string=14 years)
func_trigonometric.hpp Improve template paramter documentation ago%!(EXTRA string=14 years)
func_trigonometric.inl Added more vectorize functions ago%!(EXTRA string=14 years)
func_vector_relational.hpp Fixed build, simplify template declaratons ago%!(EXTRA string=14 years)
func_vector_relational.inl Fixed build, error from removed namespace and contructor casts ago%!(EXTRA string=14 years)
hint.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
intrinsic_common.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
intrinsic_common.inl Fixed merge ago%!(EXTRA string=14 years)
intrinsic_exponential.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
intrinsic_exponential.inl Updated file headers ago%!(EXTRA string=14 years)
intrinsic_geometric.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
intrinsic_geometric.inl Updated file headers ago%!(EXTRA string=14 years)
intrinsic_matrix.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
intrinsic_matrix.inl Updated file headers ago%!(EXTRA string=14 years)
intrinsic_trigonometric.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
intrinsic_trigonometric.inl Updated file headers ago%!(EXTRA string=14 years)
intrinsic_vector_relational.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
intrinsic_vector_relational.inl Updated file headers ago%!(EXTRA string=14 years)
setup.hpp Fixed setup options ago%!(EXTRA string=14 years)
type.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_float.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_gentype.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_gentype.inl Updated file headers ago%!(EXTRA string=14 years)
type_half.hpp Added cast from Half types to any scalar types ago%!(EXTRA string=14 years)
type_half.inl Fixed setup options ago%!(EXTRA string=14 years)
type_int.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat.inl Updated file headers ago%!(EXTRA string=14 years)
type_mat2x2.hpp Clean up tests ago%!(EXTRA string=14 years)
type_mat2x2.inl Updated file headers ago%!(EXTRA string=14 years)
type_mat2x3.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat2x3.inl Updated file headers ago%!(EXTRA string=14 years)
type_mat2x4.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat2x4.inl Updated file headers ago%!(EXTRA string=14 years)
type_mat3x2.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat3x2.inl Updated file headers ago%!(EXTRA string=14 years)
type_mat3x3.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat3x3.inl Updated file headers ago%!(EXTRA string=14 years)
type_mat3x4.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat3x4.inl Updated file headers ago%!(EXTRA string=14 years)
type_mat4x2.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat4x2.inl Updated file headers ago%!(EXTRA string=14 years)
type_mat4x3.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat4x3.inl Updated file headers ago%!(EXTRA string=14 years)
type_mat4x4.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_mat4x4.inl Updated file headers ago%!(EXTRA string=14 years)
type_size.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_vec.hpp Updated file headers according to GLM 0.9.3 convention ago%!(EXTRA string=14 years)
type_vec.inl Updated file headers ago%!(EXTRA string=14 years)
type_vec1.hpp Added vec1 types ago%!(EXTRA string=14 years)
type_vec1.inl Fixed vec1 definition ago%!(EXTRA string=14 years)
type_vec2.hpp Fixed setup options ago%!(EXTRA string=14 years)
type_vec2.inl Merge branch '0.9.2' into 0.9.3 ago%!(EXTRA string=14 years)
type_vec3.hpp Fixed setup options ago%!(EXTRA string=14 years)
type_vec3.inl Merge branch '0.9.2' into 0.9.3 ago%!(EXTRA string=14 years)
type_vec4.hpp Fixed setup options ago%!(EXTRA string=14 years)
type_vec4.inl Merge branch '0.9.2' into 0.9.3 ago%!(EXTRA string=14 years)