1.0.2 API documentation
glm.hpp
1 
104 #include "detail/_fixes.hpp"
105 
106 #include "detail/setup.hpp"
107 
108 #pragma once
109 
110 #include <cmath>
111 #include <climits>
112 #include <cfloat>
113 #include <limits>
114 #include <cassert>
115 #include "fwd.hpp"
116 
117 #include "vec2.hpp"
118 #include "vec3.hpp"
119 #include "vec4.hpp"
120 #include "mat2x2.hpp"
121 #include "mat2x3.hpp"
122 #include "mat2x4.hpp"
123 #include "mat3x2.hpp"
124 #include "mat3x3.hpp"
125 #include "mat3x4.hpp"
126 #include "mat4x2.hpp"
127 #include "mat4x3.hpp"
128 #include "mat4x4.hpp"
129 
130 #include "trigonometric.hpp"
131 #include "exponential.hpp"
132 #include "common.hpp"
133 #include "packing.hpp"
134 #include "geometric.hpp"
135 #include "matrix.hpp"
136 #include "vector_relational.hpp"
137 #include "integer.hpp"
vec3.hpp
Core features
exponential.hpp
Core features
mat3x3.hpp
Core features
integer.hpp
Core features
mat2x2.hpp
Core features
common.hpp
GLM_GTX_common
mat4x3.hpp
Core features
mat3x2.hpp
Core features
trigonometric.hpp
Core features
mat3x4.hpp
Core features
mat2x3.hpp
Core features
vec4.hpp
Core features
vector_relational.hpp
Core features
mat4x4.hpp
Core features
geometric.hpp
Core features
packing.hpp
Core features
vec2.hpp
Core features
mat4x2.hpp
Core features
mat2x4.hpp
Core features
matrix.hpp
Core features