Clutter Engine 0.0.1
Loading...
Searching...
No Matches
ext.hpp
Go to the documentation of this file.
1
4
5#include "detail/setup.hpp"
6
7#pragma once
8
9#include "glm.hpp"
10
11#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_MESSAGE_EXT_INCLUDED_DISPLAYED)
12# define GLM_MESSAGE_EXT_INCLUDED_DISPLAYED
13# pragma message("GLM: All extensions included (not recommended)")
14#endif//GLM_MESSAGES
15
34
48#include "./ext/matrix_float4x2_precision.hpp"
53
55
62
66
75
84
93
94#include "./ext/vector_int1.hpp"
96#include "./ext/vector_int2.hpp"
98#include "./ext/vector_int3.hpp"
100#include "./ext/vector_int4.hpp"
102
104
105#include "./ext/vector_uint1.hpp"
107#include "./ext/vector_uint2.hpp"
109#include "./ext/vector_uint3.hpp"
111#include "./ext/vector_uint4.hpp"
113
114#include "./gtc/bitfield.hpp"
115#include "./gtc/color_space.hpp"
116#include "./gtc/constants.hpp"
117#include "./gtc/epsilon.hpp"
118#include "./gtc/integer.hpp"
123#include "./gtc/noise.hpp"
124#include "./gtc/packing.hpp"
125#include "./gtc/quaternion.hpp"
126#include "./gtc/random.hpp"
127#include "./gtc/reciprocal.hpp"
128#include "./gtc/round.hpp"
130#include "./gtc/type_ptr.hpp"
131#include "./gtc/ulp.hpp"
132#include "./gtc/vec1.hpp"
133#if GLM_CONFIG_ALIGNED_GENTYPES == GLM_ENABLE
134# include "./gtc/type_aligned.hpp"
135#endif
136
137#ifdef GLM_ENABLE_EXPERIMENTAL
139#include "./gtx/bit.hpp"
142#include "./gtx/color_space.hpp"
147#include "./gtx/euler_angles.hpp"
148#include "./gtx/extend.hpp"
153#include "./gtx/functions.hpp"
156#include "./gtx/integer.hpp"
157#include "./gtx/intersect.hpp"
158#include "./gtx/log_base.hpp"
163#include "./gtx/matrix_query.hpp"
165#include "./gtx/norm.hpp"
166#include "./gtx/normal.hpp"
169#include "./gtx/optimum_pow.hpp"
173#include "./gtx/projection.hpp"
174#include "./gtx/quaternion.hpp"
175#include "./gtx/raw_data.hpp"
177#include "./gtx/spline.hpp"
179#if !(GLM_COMPILER & GLM_COMPILER_CUDA)
180# include "./gtx/string_cast.hpp"
181#endif
182#include "./gtx/transform.hpp"
183#include "./gtx/transform2.hpp"
184#include "./gtx/vec_swizzle.hpp"
185#include "./gtx/vector_angle.hpp"
186#include "./gtx/vector_query.hpp"
187#include "./gtx/wrap.hpp"
188
189#if GLM_HAS_TEMPLATE_ALIASES
191#endif
192
193#if GLM_HAS_RANGE_FOR
194# include "./gtx/range.hpp"
195#endif
196#endif//GLM_ENABLE_EXPERIMENTAL