From 6a45579dbbf991c0e12ce59958e3b533d19fc9d4 Mon Sep 17 00:00:00 2001 From: jjesswan Date: Tue, 7 May 2024 06:02:29 -0400 Subject: rotating skyboxgit add -A --- glm-master/doc/api/a00027_source.html | 449 ++++++++++++++++++++++++++++++++++ 1 file changed, 449 insertions(+) create mode 100644 glm-master/doc/api/a00027_source.html (limited to 'glm-master/doc/api/a00027_source.html') diff --git a/glm-master/doc/api/a00027_source.html b/glm-master/doc/api/a00027_source.html new file mode 100644 index 0000000..4142831 --- /dev/null +++ b/glm-master/doc/api/a00027_source.html @@ -0,0 +1,449 @@ + + + + + + +0.9.9 API documentation: ext.hpp Source File + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documentation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+
+
ext.hpp
+
+
+Go to the documentation of this file.
1 
+
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 
+
67 #include "./ext/vector_bool1.hpp"
+ +
69 #include "./ext/vector_bool2.hpp"
+ +
71 #include "./ext/vector_bool3.hpp"
+ +
73 #include "./ext/vector_bool4.hpp"
+ +
75 
+
76 #include "./ext/vector_double1.hpp"
+ +
78 #include "./ext/vector_double2.hpp"
+ +
80 #include "./ext/vector_double3.hpp"
+ +
82 #include "./ext/vector_double4.hpp"
+ +
84 
+
85 #include "./ext/vector_float1.hpp"
+ +
87 #include "./ext/vector_float2.hpp"
+ +
89 #include "./ext/vector_float3.hpp"
+ +
91 #include "./ext/vector_float4.hpp"
+ +
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"
+
119 #include "./gtc/matrix_access.hpp"
+
120 #include "./gtc/matrix_integer.hpp"
+
121 #include "./gtc/matrix_inverse.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"
+
129 #include "./gtc/type_precision.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"
+
140 #include "./gtx/closest_point.hpp"
+
141 #include "./gtx/color_encoding.hpp"
+
142 #include "./gtx/color_space.hpp"
+ +
144 #include "./gtx/compatibility.hpp"
+
145 #include "./gtx/component_wise.hpp"
+
146 #include "./gtx/dual_quaternion.hpp"
+
147 #include "./gtx/euler_angles.hpp"
+
148 #include "./gtx/extend.hpp"
+ + + + +
153 #include "./gtx/functions.hpp"
+
154 #include "./gtx/gradient_paint.hpp"
+ +
156 #include "./gtx/integer.hpp"
+
157 #include "./gtx/intersect.hpp"
+
158 #include "./gtx/log_base.hpp"
+ + + + +
163 #include "./gtx/matrix_query.hpp"
+
164 #include "./gtx/mixed_product.hpp"
+
165 #include "./gtx/norm.hpp"
+
166 #include "./gtx/normal.hpp"
+
167 #include "./gtx/normalize_dot.hpp"
+ +
169 #include "./gtx/optimum_pow.hpp"
+
170 #include "./gtx/orthonormalize.hpp"
+
171 #include "./gtx/perpendicular.hpp"
+ +
173 #include "./gtx/projection.hpp"
+
174 #include "./gtx/quaternion.hpp"
+
175 #include "./gtx/raw_data.hpp"
+
176 #include "./gtx/rotate_vector.hpp"
+
177 #include "./gtx/spline.hpp"
+
178 #include "./gtx/std_based_type.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
+
GLM_GTC_epsilon
+
GLM_EXT_vector_relational
+
GLM_GTX_dual_quaternion
+
GLM_GTX_polar_coordinates
+
GLM_GTX_closest_point
+
Core features
+ + +
GLM_GTX_handed_coordinate_space
+
Core features
+
GLM_GTX_raw_data
+ +
Core features
+
GLM_GTX_string_cast
+
GLM_EXT_vector_uint1_precision
+
GLM_GTX_intersect
+
GLM_EXT_vector_int1_precision
+
GLM_GTX_normalize_dot
+
GLM_GTX_integer
+
GLM_GTX_rotate_vector
+ +
GLM_GTX_matrix_major_storage
+
Core features
+ +
Core features
+
GLM_GTX_matrix_interpolation
+
GLM_GTX_vector_angle
+
GLM_GTX_transform2
+ + +
GLM_GTX_wrap
+
GLM_GTX_vector_query
+
GLM_GTX_projection
+
GLM_GTC_constants
+ +
GLM_GTX_perpendicular
+
Core features
+
Core features
+
Core features
+ +
Core features
+
GLM_GTX_std_based_type
+
Core features
+
GLM_GTX_component_wise
+
GLM_GTC_ulp
+
GLM_GTC_round
+
Core features
+
GLM_GTX_orthonormalize
+ +
GLM_GTC_integer
+
GLM_EXT_vector_float1
+ +
GLM_GTX_matrix_query
+
GLM_EXT_vector_double1_precision
+ +
GLM_GTX_vec_swizzle
+
Core features
+
GLM_GTC_type_ptr
+
Core features
+
GLM_GTX_gradient_paint
+
GLM_GTC_bitfield
+
GLM_GTX_range
+ +
Core features
+
GLM_GTC_matrix_transform
+
GLM_GTX_matrix_cross_product
+
GLM_EXT_vector_bool1_precision
+
GLM_GTC_type_aligned
+
GLM_EXT_vector_uint1
+
GLM_GTX_quaternion
+
GLM_GTX_color_space_YCoCg
+
GLM_EXT_vector_int1
+
GLM_GTX_normal
+
GLM_GTC_color_space
+
Core features
+
GLM_GTC_noise
+
Core features
+
Core features
+ +
GLM_GTC_matrix_integer
+
GLM_GTC_matrix_access
+
GLM_GTX_extented_min_max
+
GLM_GTC_vec1
+
GLM_GTX_transform
+ +
GLM_EXT_quaternion_double_precision
+
GLM_GTX_log_base
+
GLM_GTX_compatibility
+
GLM_EXT_scalar_int_sized
+ +
GLM_GTX_optimum_pow
+
GLM_GTX_functions
+
GLM_EXT_quaternion_relational
+ +
GLM_GTX_fast_square_root
+
Core features
+
GLM_EXT_quaternion_float_precision
+
Core features
+ +
GLM_EXT_scalar_relational
+ +
Core features
+
GLM_GTC_random
+
GLM_GTX_euler_angles
+
GLM_GTX_spline
+
GLM_GTC_quaternion
+
GLM_GTX_color_space
+ +
GLM_GTX_norm
+
GLM_GTX_color_encoding
+
GLM_GTC_reciprocal
+ +
Core features
+
GLM_GTX_mixed_producte
+
Core features
+
GLM_EXT_vector_double1
+
Core features
+ +
GLM_GTC_type_precision
+
GLM_EXT_scalar_constants
+ +
GLM_GTX_fast_trigonometry
+
GLM_GTX_bit
+ +
GLM_EXT_quaternion_geometric
+
Core features
+
GLM_GTX_fast_exponential
+ +
GLM_EXT_quaternion_float
+ +
GLM_EXT_vector_bool1
+
Core features
+
Core features
+
Core features
+ +
Core features
+
GLM_GTX_extend
+ +
Core features
+
GLM_EXT_quaternion_double
+ +
Core features
+
GLM_GTX_number_precision
+
Core features
+ +
GLM_GTX_matrix_operation
+
Core features
+ +
GLM_GTC_matrix_inverse
+
Core features
+
Experimental extensions
+ +
GLM_GTC_packing
+
Core features
+
GLM_GTX_associated_min_max
+
GLM_EXT_vector_float1_precision
+
GLM_EXT_matrix_relational
+
+ + + + -- cgit v1.2.3-70-g09d2