BurgerLib
Namespaces | Functions
pkpackfloat.h File Reference
#include "brtypes.h"
Include dependency graph for pkpackfloat.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  Burger

Functions

float BURGER_API Burger::Unpack16ToFloat (Int16 Input)
 Decompress a packed floating point number.
Int16 BURGER_API Burger::PackFloatTo16 (float Input)
 Convert a float in the range of 0.999999 to -0.999999 into a 16 bit packed integer.
float BURGER_API Burger::Unpack16ToFloatExp (Int16 Input, Word32 BaseExponent)
 Decompress a packed floating point number with a supplied base exponent.
Int16 BURGER_API Burger::PackFloatTo16Exp (float Input, Word32 BaseExponent)
 Convert a float in the range of a supplied exponent into a 16 bit packed integer.