BitStream
|
Class for quantizing a user-specified quaternion into fewer bits using the smallest-three algorithm. More...
#include <smallest_three.h>
Static Public Member Functions | |
static quantized_quaternion | quantize (const T &quaternion) noexcept |
static T | dequantize (const quantized_quaternion &data) noexcept |
Class for quantizing a user-specified quaternion into fewer bits using the smallest-three algorithm.
T | The quaternion-type to quantize |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |