Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Data structure to represent the bit pattern of a 64 Bit IEEE 754 floating-point number. More...
#include <qnan.h>
Public Attributes | ||
double | Double | |
struct { | ||
uint64_t Exp: 11 | ||
uint64_t Frac: 52 | ||
uint64_t Sign: 1 | ||
} | IEEE | |
Data structure to represent the bit pattern of a 64 Bit IEEE 754 floating-point number.
double _IEEEDouble::Double |
uint64_t _IEEEDouble::Exp |
uint64_t _IEEEDouble::Frac |
struct { ... } _IEEEDouble::IEEE |
uint64_t _IEEEDouble::Sign |