Lower precision Quat compressed to 8 bytes.
More...
#include <Math.h>
|
| uint32_t | x: 21 |
| uint32_t | y: 21 |
| uint32_t | z: 21 |
| uint32_t | wn: 1 |
Lower precision Quat compressed to 8 bytes.
Definition at line 362 of file Math.h.
◆ decompress()
| Quat sourcepp::math::QuatCompressed64::decompress |
( |
| ) |
const |
|
inlinenodiscard |
◆ wn
| uint32_t sourcepp::math::QuatCompressed64::wn |
| uint32_t sourcepp::math::QuatCompressed64::x |
| uint32_t sourcepp::math::QuatCompressed64::y |
| uint32_t sourcepp::math::QuatCompressed64::z |
The documentation for this struct was generated from the following file: