Lower precision Quat compressed to 6 bytes.
More...
#include <Math.h>
|
uint16_t | x: 16 |
|
uint16_t | y: 16 |
|
uint16_t | z: 15 |
|
uint16_t | wn: 1 |
|
Lower precision Quat compressed to 6 bytes.
Definition at line 333 of file Math.h.
◆ decompress()
Quat sourcepp::math::QuatCompressed48::decompress |
( |
| ) |
const |
|
inline |
◆ wn
uint16_t sourcepp::math::QuatCompressed48::wn |
uint16_t sourcepp::math::QuatCompressed48::x |
uint16_t sourcepp::math::QuatCompressed48::y |
uint16_t sourcepp::math::QuatCompressed48::z |
The documentation for this struct was generated from the following file: