1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514
|
[//]: # (generated using SlashBack 0.2.0)
# packing methods
The following methods are all part of the **packing methods**\.
This extension provides a set of function to convert vertors to packed formats\.
## Table of contents
* [**packF2x11\_1x10** function](#packf2x11_1x10-function)
* [**packF3x9\_E1x5** function](#packf3x9_e1x5-function)
* [**packHalf** function](#packhalf-function)
* [**packHalf1x16** function](#packhalf1x16-function)
* [**packHalf4x16** function](#packhalf4x16-function)
* [**packI3x10\_1x2** function](#packi3x10_1x2-function)
* [**packInt2x16** function](#packint2x16-function)
* [**packInt2x32** function](#packint2x32-function)
* [**packInt2x8** function](#packint2x8-function)
* [**packInt4x16** function](#packint4x16-function)
* [**packInt4x8** function](#packint4x8-function)
* [**packRGBM** function](#packrgbm-function)
* [**packSnorm** function](#packsnorm-function)
* [**packSnorm1x16** function](#packsnorm1x16-function)
* [**packSnorm1x8** function](#packsnorm1x8-function)
* [**packSnorm2x8** function](#packsnorm2x8-function)
* [**packSnorm3x10\_1x2** function](#packsnorm3x10_1x2-function)
* [**packSnorm4x16** function](#packsnorm4x16-function)
* [**packU3x10\_1x2** function](#packu3x10_1x2-function)
* [**packUint2x16** function](#packuint2x16-function)
* [**packUint2x32** function](#packuint2x32-function)
* [**packUint2x8** function](#packuint2x8-function)
* [**packUint4x16** function](#packuint4x16-function)
* [**packUint4x8** function](#packuint4x8-function)
* [**packUnorm** function](#packunorm-function)
* [**packUnorm1x16** function](#packunorm1x16-function)
* [**packUnorm1x5\_1x6\_1x5** function](#packunorm1x5_1x6_1x5-function)
* [**packUnorm1x8** function](#packunorm1x8-function)
* [**packUnorm2x3\_1x2** function](#packunorm2x3_1x2-function)
* [**packUnorm2x4** function](#packunorm2x4-function)
* [**packUnorm2x8** function](#packunorm2x8-function)
* [**packUnorm3x10\_1x2** function](#packunorm3x10_1x2-function)
* [**packUnorm3x5\_1x1** function](#packunorm3x5_1x1-function)
* [**packUnorm4x16** function](#packunorm4x16-function)
* [**packUnorm4x4** function](#packunorm4x4-function)
* [**unpackF2x11\_1x10** function](#unpackf2x11_1x10-function)
* [**unpackF3x9\_E1x5** function](#unpackf3x9_e1x5-function)
* [**unpackHalf** function](#unpackhalf-function)
* [**unpackHalf1x16** function](#unpackhalf1x16-function)
* [**unpackHalf4x16** function](#unpackhalf4x16-function)
* [**unpackI3x10\_1x2** function](#unpacki3x10_1x2-function)
* [**unpackInt2x16** function](#unpackint2x16-function)
* [**unpackInt2x32** function](#unpackint2x32-function)
* [**unpackInt2x8** function](#unpackint2x8-function)
* [**unpackInt4x16** function](#unpackint4x16-function)
* [**unpackInt4x8** function](#unpackint4x8-function)
* [**unpackRGBM** function](#unpackrgbm-function)
* [**unpackSnorm** function](#unpacksnorm-function)
* [**unpackSnorm1x16** function](#unpacksnorm1x16-function)
* [**unpackSnorm1x8** function](#unpacksnorm1x8-function)
* [**unpackSnorm2x8** function](#unpacksnorm2x8-function)
* [**unpackSnorm3x10\_1x2** function](#unpacksnorm3x10_1x2-function)
* [**unpackSnorm4x16** function](#unpacksnorm4x16-function)
* [**unpackU3x10\_1x2** function](#unpacku3x10_1x2-function)
* [**unpackUint2x16** function](#unpackuint2x16-function)
* [**unpackUint2x32** function](#unpackuint2x32-function)
* [**unpackUint2x8** function](#unpackuint2x8-function)
* [**unpackUint4x16** function](#unpackuint4x16-function)
* [**unpackUint4x8** function](#unpackuint4x8-function)
* [**unpackUnorm** function](#unpackunorm-function)
* [**unpackUnorm1x16** function](#unpackunorm1x16-function)
* [**unpackUnorm1x5\_1x6\_1x5** function](#unpackunorm1x5_1x6_1x5-function)
* [**unpackUnorm1x8** function](#unpackunorm1x8-function)
* [**unpackUnorm2x3\_1x2** function](#unpackunorm2x3_1x2-function)
* [**unpackUnorm2x4** function](#unpackunorm2x4-function)
* [**unpackUnorm2x8** function](#unpackunorm2x8-function)
* [**unpackUnorm3x10\_1x2** function](#unpackunorm3x10_1x2-function)
* [**unpackUnorm3x5\_1x1** function](#unpackunorm3x5_1x1-function)
* [**unpackUnorm4x16** function](#unpackunorm4x16-function)
* [**unpackUnorm4x4** function](#unpackunorm4x4-function)
### packF2x11\_1x10\(\) function
#### <code>glm.<code>**packF2x11_1x10**(**v**: *vec3*) -\> *int*</code></code>
  First, converts the first two components of the normalized floating\-point value ``` v ``` into
  11\-bit signless floating\-point values\. Then, converts the third component of the normalized
  floating\-point value ``` v ``` into a 10\-bit signless floating\-point value\. Then, the results
  are packed into the returned 32\-bit unsigned integer\. The first vector component
  specifies the 11 least\-significant bits of the result; the last component specifies the
  10 most\-significant bits\.
### packF3x9\_E1x5\(\) function
#### <code>glm.<code>**packF3x9_E1x5**(**v**: *vec3*) -\> *int*</code></code>
  First, converts the first two components of the normalized floating\-point value ``` v ``` into
  11\-bit signless floating\-point values\. Then, converts the third component of the normalized
  floating\-point value ``` v ``` into a 10\-bit signless floating\-point value\.Then, the results
  are packed into the returned 32\-bit unsigned integer\. The first vector component
  specifies the 11 least\-significant bits of the result; the last component specifies the
  10 most\-significant bits\. packF3x9\_E1x5 allows encoding into RGBE / RGB9E5 format
### packHalf\(\) function
#### <code>glm.<code>**packHalf**(**v**: *vecN*) -\> *u16vecN*</code></code>
  Returns an unsigned integer vector obtained by converting the components of a
  floating\-point vector to the 16\-bit floating\-point representation found in the OpenGL
  Specification\. The first vector component specifies the 16 least\-significant bits of the
  result; the forth component specifies the 16 most\-significant bits\.
### packHalf1x16\(\) function
#### <code>glm.<code>**packHalf1x16**(**v**: *float*) -\> *int*</code></code>
  Returns an unsigned integer obtained by converting the components of a floating\-point
  scalar to the 16\-bit floating\-point representation found in the OpenGL Specification, and
  then packing this 16\-bit value into a 16\-bit unsigned integer\.
### packHalf4x16\(\) function
#### <code>glm.<code>**packHalf4x16**(**v**: *vec4*) -\> *int*</code></code>
  Returns an unsigned integer obtained by converting the components of a four\-component
  floating\-point vector to the 16\-bit floating\-point representation found in the OpenGL
  Specification, and then packing these four 16\-bit values into a 64\-bit unsigned integer\.
  The first vector component specifies the 16 least\-significant bits of the result; the
  forth component specifies the 16 most\-significant bits\.
### packI3x10\_1x2\(\) function
#### <code>glm.<code>**packI3x10_1x2**(**v**: *ivec4*) -\> *int*</code></code>
  Returns an unsigned integer obtained by converting the components of a four\-component
  signed integer vector to the 10\-10\-10\-2\-bit signed integer representation found in the
  OpenGL Specification, and then packing these four values into a 32\-bit unsigned integer\.
  The first vector component specifies the 10 least\-significant bits of the result; the
  forth component specifies the 2 most\-significant bits\.
### packInt2x16\(\) function
#### <code>glm.<code>**packInt2x16**(**v**: *i16vec2*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed integer\.
### packInt2x32\(\) function
#### <code>glm.<code>**packInt2x32**(**v**: *i32vec2*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed integer\.
### packInt2x8\(\) function
#### <code>glm.<code>**packInt2x8**(**v**: *i8vec2*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed integer\.
### packInt4x16\(\) function
#### <code>glm.<code>**packInt4x16**(**v**: *i16vec4*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed integer\.
### packInt4x8\(\) function
#### <code>glm.<code>**packInt4x8**(**v**: *i8vec4*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed integer\.
### packRGBM\(\) function
#### <code>glm.<code>**packRGBM**(**v**: *vec3*) -\> *vec4*</code></code>
  Returns an unsigned integer vector obtained by converting the components of a
  floating\-point vector to the 16\-bit floating\-point representation found in the OpenGL
  Specification\. The first vector component specifies the 16 least\-significant bits of the
  result; the forth component specifies the 16 most\-significant bits\.
### packSnorm\(\) function
#### <code>glm.<code>**packSnorm**(**t**: *type*, **v**: *vecN*) -\> *vecN*</code></code>
  Convert each component of the normalized floating\-point vector into signed integer values
  of type ``` t ```\.
  ``` t ``` can be any of the 8 integer types \(``` glm.int32 ```, ``` glm.int64 ```, ``` glm.uint8 ```, \.\.\.\)\.
### packSnorm1x16\(\) function
#### <code>glm.<code>**packSnorm1x16**(**v**: *float*) -\> *int*</code></code>
  First, converts the normalized floating\-point value ``` v ``` into 16\-bit integer value\. Then, the
  results are packed into the returned 16\-bit unsigned integer\. The conversion to fixed point is
  done as follows : ``` round(clamp(s, -1, +1) * 32767.0) ```
### packSnorm1x8\(\) function
#### <code>glm.<code>**packSnorm1x8**(**v**: *float*) -\> *int*</code></code>
  First, converts the normalized floating\-point value ``` v ``` into 8\-bit integer value\. Then, the
  results are packed into the returned 8\-bit unsigned integer\. The conversion to fixed point is
  done as follows : ``` round(clamp(v, -1, +1) * 127.0) ```
### packSnorm2x8\(\) function
#### <code>glm.<code>**packSnorm2x8**(**v**: *fvec2*) -\> *int*</code></code>
  First, converts each component of the normalized floating\-point value ``` v ``` into 8\-bit integer
  values\. Then, the results are packed into the returned 16\-bit unsigned integer\. The
  conversion for component ``` c ``` of ``` v ``` to fixed point is done as follows :
  ``` round(clamp(c, -1, +1) * 127.0) ```\. The first component of the vector will be
  written to the least significant bits of the output; the last component will be written to
  the most significant bits\.
### packSnorm3x10\_1x2\(\) function
#### <code>glm.<code>**packSnorm3x10_1x2**(**v**: *fvec4*) -\> *int*</code></code>
  First, converts the first three components of the normalized floating\-point value ``` v ``` into
  10\-bit signed integer values\. Then, converts the forth component of the normalized
  floating\-point value ``` v ``` into 2\-bit signed integer values\. Then, the results are packed into
  the returned 32\-bit unsigned integer\. The conversion for component c of v to fixed point
  is done as follows : ``` packSnorm3x10_1x2(xyz) ``` : ``` round(clamp(c, -1, +1) * 511.0) ```
  ``` packSnorm3x10_1x2(w) ``` : ``` round(clamp(c, -1, +1) * 1.0) ```\. The first vector component specifies
  the 10 least\-significant bits of the result; the forth component specifies the 2
  most\-significant bits\.
### packSnorm4x16\(\) function
#### <code>glm.<code>**packSnorm4x16**(**v**: *fvec4*) -\> *int*</code></code>
  First, converts each component of the normalized floating\-point value ``` v ``` into 16\-bit integer
  values\. Then, the results are packed into the returned 64\-bit unsigned integer\. The
  conversion for component ``` c ``` of ``` v ``` to fixed point is done as follows :
  ``` round(clamp(c, -1, +1) * 32767.0) ```\. The first component of the vector will be
  written to the least significant bits of the output; the last component will be written to
  the most significant bits\.
### packU3x10\_1x2\(\) function
#### <code>glm.<code>**packU3x10_1x2**(**v**: *uvec4*) -\> *int*</code></code>
  Returns an unsigned integer obtained by converting the components of a four\-component
  unsigned integer vector to the 10\-10\-10\-2\-bit unsigned integer representation found in the
  OpenGL Specification, and then packing these four values into a 32\-bit unsigned integer\.
  The first vector component specifies the 10 least\-significant bits of the result; the
  forth component specifies the 2 most\-significant bits\.
### packUint2x16\(\) function
#### <code>glm.<code>**packUint2x16**(**v**: *u16vec2*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed unsigned integer\.
### packUint2x32\(\) function
#### <code>glm.<code>**packUint2x32**(**v**: *u32vec2*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed unsigned integer\.
### packUint2x8\(\) function
#### <code>glm.<code>**packUint2x8**(**v**: *u8vec2*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed unsigned integer\.
### packUint4x16\(\) function
#### <code>glm.<code>**packUint4x16**(**v**: *u16vec4*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed unsigned integer\.
### packUint4x8\(\) function
#### <code>glm.<code>**packUint4x8**(**v**: *u16vec4*) -\> *int*</code></code>
  Convert each component from an integer vector into a packed unsigned integer\.
### packUnorm\(\) function
#### <code>glm.<code>**packUnorm**(**t**: *type*, **v**: *vecN*) -\> *vecN*</code></code>
  Convert each component of the normalized floating\-point vector into unsigned integer values
  of type ``` t ```\.
  ``` t ``` can be any of the 4 unsigned integer types
  \(``` glm.uint64 ```, ``` glm.uint32 ```, ``` glm.uint16 ```, ``` glm.uint8 ```\)\.
### packUnorm1x16\(\) function
#### <code>glm.<code>**packUnorm1x16**(**v**: *float*) -\> *int*</code></code>
  First, converts the normalized floating\-point value ``` v ``` into a 16\-bit integer value\. Then,
  the results are packed into the returned 16\-bit unsigned integer\. The conversion for
  component ``` c ``` of ``` v ``` to fixed point is done as follows :
  ``` round(clamp(c, 0, +1) * 65535.0) ```
### packUnorm1x5\_1x6\_1x5\(\) function
#### <code>glm.<code>**packUnorm1x5_1x6_1x5**(**v**: *fvec3*) -\> *int*</code></code>
  Convert each component of the normalized floating\-point vector into unsigned integer
  values\.
### packUnorm1x8\(\) function
#### <code>glm.<code>**packUnorm1x8**(**v**: *float*) -\> *int*</code></code>
  First, converts the normalized floating\-point value ``` v ``` into a 8\-bit integer value\. Then, the
  results are packed into the returned 8\-bit unsigned integer\. The conversion for component
  ``` c ``` of ``` v ``` to fixed point is done as follows : ``` round(clamp(c, 0, +1) * 255.0) ```
### packUnorm2x3\_1x2\(\) function
#### <code>glm.<code>**packUnorm2x3_1x2**(**v**: *fvec3*) -\> *int*</code></code>
  Convert each component of the normalized floating\-point vector into unsigned integer
  values\.
### packUnorm2x4\(\) function
#### <code>glm.<code>**packUnorm2x4**(**v**: *fvec2*) -\> *int*</code></code>
  Convert each component of the normalized floating\-point vector into unsigned integer
  values\.
### packUnorm2x8\(\) function
#### <code>glm.<code>**packUnorm2x8**(**v**: *fvec2*) -\> *int*</code></code>
  First, converts each component of the normalized floating\-point value ``` v ``` into 8\-bit integer
  values\. Then, the results are packed into the returned 16\-bit unsigned integer\. The
  conversion for component ``` c ``` of ``` v ``` to fixed point is done as follows :
  ``` round(clamp(c, 0, +1) * 255.0) ```\. The first component of the vector will be
  written to the least significant bits of the output; the last component will be written to
  the most significant bits\.
### packUnorm3x10\_1x2\(\) function
#### <code>glm.<code>**packUnorm3x10_1x2**(**v**: *fvec4*) -\> *int*</code></code>
  First, converts the first three components of the normalized floating\-point value ``` v ``` into
  10\-bit unsigned integer values\. Then, converts the forth component of the normalized
  floating\-point value ``` v ``` into 2\-bit signed uninteger values\.Then, the results are packed into
  the returned 32\-bit unsigned integer\. The conversion for component c of v to fixed point is
  done as follows : ``` packUnorm3x10_1x2(xyz) ``` : ``` round(clamp(c, 0, +1) * 1023.0) ```
  ``` packUnorm3x10_1x2(w) ``` : ``` round(clamp(c, 0, +1) * 3.0) ```\. The first vector component specifies
  the 10 least\-significant bits of the result; the forth component specifies the 2
  most\-significant bits\.
### packUnorm3x5\_1x1\(\) function
#### <code>glm.<code>**packUnorm3x5_1x1**(**v**: *fvec4*) -\> *int*</code></code>
  Convert each component of the normalized floating\-point vector into unsigned integer
  values\.
### packUnorm4x16\(\) function
#### <code>glm.<code>**packUnorm4x16**(**v**: *fvec4*) -\> *int*</code></code>
  First, converts each component of the normalized floating\-point value ``` v ``` into 16\-bit integer
  values\. Then, the results are packed into the returned 64\-bit unsigned integer\. The
  conversion for component c of v to fixed point is done as follows :
  ``` round(clamp(c, 0, +1) * 65535.0) ```\. The first component of the vector will be
  written to the least significant bits of the output; the last component will be written to
  the most significant bits\.
### packUnorm4x4\(\) function
#### <code>glm.<code>**packUnorm4x4**(**v**: *fvec4*) -\> *int*</code></code>
  Convert each component of the normalized floating\-point vector into unsigned integer
  values\.
### unpackF2x11\_1x10\(\) function
#### <code>glm.<code>**unpackF2x11_1x10**(**p**: *int*) -\> *vec3*</code></code>
  First, unpacks a single 32\-bit unsigned integer ``` p ``` into two 11\-bit signless floating\-point
  values and one 10\-bit signless floating\-point value\. Then, each component is converted to a
  normalized floating\-point value to generate the returned three\-component vector\. The
  first component of the returned vector will be extracted from the least significant bits of
  the input; the last component will be extracted from the most significant bits\.
### unpackF3x9\_E1x5\(\) function
#### <code>glm.<code>**unpackF3x9_E1x5**(**p**: *int*) -\> *vec3*</code></code>
  First, unpacks a single 32\-bit unsigned integer p into two 11\-bit signless floating\-point
  values and one 10\-bit signless floating\-point value\. Then, each component is converted to a
  normalized floating\-point value to generate the returned three\-component vector\. The
  first component of the returned vector will be extracted from the least significant bits of
  the input; the last component will be extracted from the most significant bits\.
  unpackF3x9\_E1x5 allows decoding RGBE / RGB9E5 data
### unpackHalf\(\) function
#### <code>glm.<code>**unpackHalf**(**p**: *u16vecN*) -\> *vecN*</code></code>
  Returns a floating\-point vector with components obtained by reinterpreting an integer
  vector as 16\-bit floating\-point numbers and converting them to 32\-bit floating\-point
  values\. The first component of the vector is obtained from the 16 least\-significant bits
  of ``` v ```; the forth component is obtained from the 16 most\-significant bits of ``` v ```\.
### unpackHalf1x16\(\) function
#### <code>glm.<code>**unpackHalf1x16**(**p**: *int*) -\> *float*</code></code>
  Returns a floating\-point scalar with components obtained by unpacking a 16\-bit unsigned
  integer into a 16\-bit value, interpreted as a 16\-bit floating\-point number according to the
  OpenGL Specification, and converting it to 32\-bit floating\-point values\.
### unpackHalf4x16\(\) function
#### <code>glm.<code>**unpackHalf4x16**(**p**: *int*) -\> *vec4*</code></code>
  Returns a four\-component floating\-point vector with components obtained by unpacking a
  64\-bit unsigned integer into four 16\-bit values, interpreting those values as 16\-bit
  floating\-point numbers according to the OpenGL Specification, and converting them to 32\-bit
  floating\-point values\. The first component of the vector is obtained from the 16
  least\-significant bits of ``` v ```; the forth component is obtained from the 16 most\-significant
  bits of ``` v ```\.
### unpackI3x10\_1x2\(\) function
#### <code>glm.<code>**unpackI3x10_1x2**(**p**: *int*) -\> *ivec4*</code></code>
  Unpacks a single 32\-bit unsigned integer p into three 10\-bit and one 2\-bit signed integers\.
  The first component of the returned vector will be extracted from the least significant
  bits of the input; the last component will be extracted from the most significant bits\.
### unpackInt2x16\(\) function
#### <code>glm.<code>**unpackInt2x16**(**p**: *int*) -\> *i16vec2*</code></code>
  Convert a packed integer into an integer vector\.
### unpackInt2x32\(\) function
#### <code>glm.<code>**unpackInt2x32**(**p**: *int*) -\> *i32vec2*</code></code>
  Convert a packed integer into an integer vector\.
### unpackInt2x8\(\) function
#### <code>glm.<code>**unpackInt2x8**(**p**: *int*) -\> *i8vec2*</code></code>
  Convert a packed integer into an integer vector\.
### unpackInt4x16\(\) function
#### <code>glm.<code>**unpackInt4x16**(**p**: *int*) -\> *i16vec4*</code></code>
  Convert a packed integer into an integer vector\.
### unpackInt4x8\(\) function
#### <code>glm.<code>**unpackInt4x8**(**p**: *int*) -\> *i8vec4*</code></code>
  Convert a packed integer into an integer vector\.
### unpackRGBM\(\) function
#### <code>glm.<code>**unpackRGBM**(**rgbm**: *vec4*) -\> *vec3*</code></code>
  Returns a floating\-point vector with components obtained by reinterpreting an integer
  vector as 16\-bit floating\-point numbers and converting them to 32\-bit floating\-point
  values\. The first component of the vector is obtained from the 16 least\-significant bits of
  ``` v ```; the forth component is obtained from the 16 most\-significant bits of ``` v ```\.
### unpackSnorm\(\) function
#### <code>glm.<code>**unpackSnorm**(**t**: *type*, **v**: *vecN*) -\> *vecN*</code></code>
  Convert a packed integer to a normalized floating\-point vector of type ``` t ```\.
  ``` t ``` can be either ``` glm.float ``` or ``` glm.double ```\.
### unpackSnorm1x16\(\) function
#### <code>glm.<code>**unpackSnorm1x16**(**p**: *int*) -\> *float*</code></code>
  First, unpacks a single 16\-bit unsigned integer ``` p ``` into a single 16\-bit signed integers\.
  Then, each component is converted to a normalized floating\-point value to generate the
  returned scalar\. The conversion for unpacked fixed\-point value ``` f ``` to floating point is
  done as follows : ``` clamp(f / 32767.0, -1, +1) ```
### unpackSnorm1x8\(\) function
#### <code>glm.<code>**unpackSnorm1x8**(**p**: *int*) -\> *float*</code></code>
  First, unpacks a single 8\-bit unsigned integer ``` p ``` into a single 8\-bit signed integers\.
  Then, the value is converted to a normalized floating\-point value to generate the
  returned scalar\. The conversion for unpacked fixed\-point value ``` f ``` to floating point is
  done as follows : ``` clamp(f / 127.0, -1, +1) ```
### unpackSnorm2x8\(\) function
#### <code>glm.<code>**unpackSnorm2x8**(**p**: *int*) -\> *vec2*</code></code>
  First, unpacks a single 16\-bit unsigned integer p into a pair of 8\-bit signed integers\.
  Then, each component is converted to a normalized floating\-point value to generate the
  returned two\-component vector\. The conversion for unpacked fixed\-point value ``` f ``` to
  floating point is done as follows : ``` clamp(f / 127.0, -1, +1) ```
  The first component of the returned vector will be extracted from the least significant
  bits of the input; the last component will be extracted from the most significant bits\.
### unpackSnorm3x10\_1x2\(\) function
#### <code>glm.<code>**unpackSnorm3x10_1x2**(**p**: *int*) -\> *vec4*</code></code>
  First, unpacks a single 32\-bit unsigned integer ``` p ``` into four 16\-bit signed integers\. Then,
  each component is converted to a normalized floating\-point value to generate the returned
  four\-component vector\. The conversion for unpacked fixed\-point value ``` f ``` to floating point
  is done as follows : ``` unpackSnorm3x10_1x2(xyz) ``` : ``` clamp(f / 511.0, -1, +1) ```
  ``` unpackSnorm3x10_1x2(w) ``` : ``` clamp(f / 511.0, -1, +1) ```\. The first component of the returned
  vector will be extracted from the least significant bits of the input; the last component
  will be extracted from the most significant bits\.
### unpackSnorm4x16\(\) function
#### <code>glm.<code>**unpackSnorm4x16**(**p**: *int*) -\> *vec4*</code></code>
  First, unpacks a single 64\-bit unsigned integer ``` p ``` into four 16\-bit signed integers\. Then,
  each component is converted to a normalized floating\-point value to generate the returned
  four\-component vector\. The conversion for unpacked fixed\-point value ``` f ``` to floating point
  is done as follows : ``` clamp(f / 32767.0, -1, +1) ```
  The first component of the returned vector will be extracted from the least significant
  bits of the input; the last component will be extracted from the most significant bits\.
### unpackU3x10\_1x2\(\) function
#### <code>glm.<code>**unpackU3x10_1x2**(**p**: *int*) -\> *uvec4*</code></code>
  Unpacks a single 32\-bit unsigned integer ``` p ``` into three 10\-bit and one 2\-bit unsigned
  integers\. The first component of the returned vector will be extracted from the least
  significant bits of the input; the last component will be extracted from the most
  significant bits\.
### unpackUint2x16\(\) function
#### <code>glm.<code>**unpackUint2x16**(**p**: *int*) -\> *u16vec2*</code></code>
  Convert a packed integer into an integer vector\.
### unpackUint2x32\(\) function
#### <code>glm.<code>**unpackUint2x32**(**p**: *int*) -\> *u32vec2*</code></code>
  Convert a packed integer into an integer vector\.
### unpackUint2x8\(\) function
#### <code>glm.<code>**unpackUint2x8**(**p**: *int*) -\> *u8vec2*</code></code>
  Convert a packed integer into an integer vector\.
### unpackUint4x16\(\) function
#### <code>glm.<code>**unpackUint4x16**(**p**: *int*) -\> *u16vec4*</code></code>
  Convert a packed integer into an integer vector\.
### unpackUint4x8\(\) function
#### <code>glm.<code>**unpackUint4x8**(**p**: *int*) -\> *u8vec4*</code></code>
  Convert a packed integer into an integer vector\.
### unpackUnorm\(\) function
#### <code>glm.<code>**unpackUnorm**(**t**: *type*, **v**: *vecN*) -\> *vecN*</code></code>
  Convert a packed unsigned integer to a normalized floating\-point vector of type ``` t ```\.
  ``` t ``` can be either ``` glm.float ``` or ``` glm.double ```\.
### unpackUnorm1x16\(\) function
#### <code>glm.<code>**unpackUnorm1x16**(**p**: *int*) -\> *float*</code></code>
  First, unpacks a single 16\-bit unsigned integer ``` p ``` into a of 16\-bit unsigned integers\.
  Then, the value is converted to a normalized floating\-point value to generate the
  returned scalar\. The conversion for unpacked fixed\-point value ``` f ``` to floating point is
  done as follows : ``` f / 65535.0 ```
### unpackUnorm1x5\_1x6\_1x5\(\) function
#### <code>glm.<code>**unpackUnorm1x5_1x6_1x5**(**p**: *int*) -\> *vec3*</code></code>
  Convert a packed integer to a normalized floating\-point vector\.
### unpackUnorm1x8\(\) function
#### <code>glm.<code>**unpackUnorm1x8**(**p**: *int*) -\> *float*</code></code>
  Convert a single 8\-bit integer to a normalized floating\-point value\. The conversion for
  unpacked fixed\-point value ``` f ``` to floating point is done as follows :
  ``` f / 255.0 ```
### unpackUnorm2x3\_1x2\(\) function
#### <code>glm.<code>**unpackUnorm2x3_1x2**(**p**: *int*) -\> *vec3*</code></code>
  Convert a packed integer to a normalized floating\-point vector\.
### unpackUnorm2x4\(\) function
#### <code>glm.<code>**unpackUnorm2x4**(**p**: *int*) -\> *vec2*</code></code>
  Convert a packed integer to a normalized floating\-point vector\.
### unpackUnorm2x8\(\) function
#### <code>glm.<code>**unpackUnorm2x8**(**p**: *int*) -\> *vec2*</code></code>
  First, unpacks a single 16\-bit unsigned integer ``` p ``` into a pair of 8\-bit unsigned integers\.
  Then, each component is converted to a normalized floating\-point value to generate the
  returned two\-component vector\. The conversion for unpacked fixed\-point value ``` f ``` to
  floating point is done as follows : ``` f / 255.0 ```\. The first component of the
  returned vector will be extracted from the least significant bits of the input; the last
  component will be extracted from the most significant bits\.
### unpackUnorm3x10\_1x2\(\) function
#### <code>glm.<code>**unpackUnorm3x10_1x2**(**p**: *int*) -\> *vec4*</code></code>
  First, unpacks a single 32\-bit unsigned integer ``` p ``` into four 16\-bit signed integers\.
  Then, each component is converted to a normalized floating\-point value to generate the
  returned four\-component vector\. The conversion for unpacked fixed\-point value ``` f ``` to
  floating point is done as follows : ``` unpackSnorm3x10_1x2(xyz) ``` : ``` clamp(f / 1023.0, 0, +1) ```
  ``` unpackSnorm3x10_1x2(w) ``` : ``` clamp(f / 3.0, 0, +1) ```\. The first component of the returned vector
  will be extracted from the least significant bits of the input; the last component will be
  extracted from the most significant bits\.
### unpackUnorm3x5\_1x1\(\) function
#### <code>glm.<code>**unpackUnorm3x5_1x1**(**p**: *int*) -\> *vec4*</code></code>
  Convert a packed integer to a normalized floating\-point vector\.
### unpackUnorm4x16\(\) function
#### <code>glm.<code>**unpackUnorm4x16**(**p**: *int*) -\> *vec4*</code></code>
  First, unpacks a single 64\-bit unsigned integer ``` p ``` into four 16\-bit unsigned integers\.
  Then, each component is converted to a normalized floating\-point value to generate the
  returned four\-component vector\. The conversion for unpacked fixed\-point value ``` f ``` to
  floating point is done as follows : ``` f / 65535.0 ```\. The first component of
  the returned vector will be extracted from the least significant bits of the input; the
  last component will be extracted from the most significant bits\.
### unpackUnorm4x4\(\) function
#### <code>glm.<code>**unpackUnorm4x4**(**p**: *int*) -\> *vec4*</code></code>
  Convert a packed integer to a normalized floating\-point vector\.
|