ext.hpp
Go to the documentation of this file.
1 
58 #pragma once
59 
60 #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_EXT_INCLUDED_DISPLAYED))
61 # define GLM_MESSAGE_EXT_INCLUDED_DISPLAYED
62 # pragma message("GLM: All extensions included (not recommanded)")
63 #endif//GLM_MESSAGES
64 
65 #include "./gtc/constants.hpp"
66 #include "./gtc/epsilon.hpp"
67 #include "./gtc/matrix_access.hpp"
68 #include "./gtc/matrix_integer.hpp"
69 #include "./gtc/matrix_inverse.hpp"
71 #include "./gtc/noise.hpp"
72 #include "./gtc/packing.hpp"
73 #include "./gtc/quaternion.hpp"
74 #include "./gtc/random.hpp"
75 #include "./gtc/reciprocal.hpp"
76 #include "./gtc/type_precision.hpp"
77 #include "./gtc/type_ptr.hpp"
78 #include "./gtc/ulp.hpp"
79 
81 #include "./gtx/bit.hpp"
82 #include "./gtx/closest_point.hpp"
83 #include "./gtx/color_space.hpp"
85 #include "./gtx/compatibility.hpp"
86 #include "./gtx/component_wise.hpp"
88 #include "./gtx/euler_angles.hpp"
89 #include "./gtx/extend.hpp"
94 #include "./gtx/gradient_paint.hpp"
96 #include "./gtx/inertia.hpp"
97 #include "./gtx/integer.hpp"
98 #include "./gtx/intersect.hpp"
99 #include "./gtx/log_base.hpp"
104 #include "./gtx/matrix_query.hpp"
105 #include "./gtx/mixed_product.hpp"
106 #include "./gtx/multiple.hpp"
107 #include "./gtx/norm.hpp"
108 #include "./gtx/normal.hpp"
109 #include "./gtx/normalize_dot.hpp"
111 #include "./gtx/optimum_pow.hpp"
112 #include "./gtx/orthonormalize.hpp"
113 #include "./gtx/perpendicular.hpp"
115 #include "./gtx/projection.hpp"
116 #include "./gtx/quaternion.hpp"
117 #include "./gtx/raw_data.hpp"
118 #include "./gtx/rotate_vector.hpp"
119 #include "./gtx/spline.hpp"
120 #include "./gtx/std_based_type.hpp"
121 #if(!(GLM_COMPILER & GLM_COMPILER_CUDA))
122 # include "./gtx/string_cast.hpp"
123 #endif
124 #include "./gtx/transform.hpp"
125 #include "./gtx/transform2.hpp"
126 #include "./gtx/vec1.hpp"
127 #include "./gtx/vector_angle.hpp"
128 #include "./gtx/vector_query.hpp"
129 #include "./gtx/wrap.hpp"
130 
131 #if(GLM_ARCH & GLM_ARCH_SSE2)
132 # include "./gtx/simd_vec4.hpp"
133 # include "./gtx/simd_mat4.hpp"
134 #endif


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:41:31