quat_decode_from_uint32
quat_decode_from_uint32(output, output_offset, value)
Based on GDC talk from Bungie on destiny, compressing quaternions for animation
Kind: global function
Author: Alex Goldring
Copyright: Company Named Limited (c) 2025
| Param | Type |
|---|---|
| output | Array.<number> |
| output_offset | number |
| value | number |