Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Data structure to represent the bit pattern of a 32 Bit IEEE 754 floating-point number. More...
#include <qnan.h>
Public Attributes | ||
float | Float | |
struct { | ||
uint32_t Exp: 8 | ||
uint32_t Frac: 23 | ||
uint32_t Sign: 1 | ||
} | IEEE | |
Data structure to represent the bit pattern of a 32 Bit IEEE 754 floating-point number.
uint32_t _IEEESingle::Exp |
float _IEEESingle::Float |
uint32_t _IEEESingle::Frac |
struct { ... } _IEEESingle::IEEE |
uint32_t _IEEESingle::Sign |