OpenVDB
12.0.0
|
Unit vector occupying only 16 bits. More...
#include <openvdb/math/QuantizedUnitVec.h>
Static Public Member Functions | |
template<typename T > | |
static uint16_t | pack (const Vec3< T > &vec) |
static Vec3s | unpack (const uint16_t data) |
static void | flipSignBits (uint16_t &) |
Unit vector occupying only 16 bits.
Stores two quantized components. Based on the "Higher Accuracy Quantized Normals" article from GameDev.Net LLC, 2000
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |