Assimp
v5.0.1. (December 2020)
|
Data structure to represent the bit pattern of a 32 Bit IEEE 754 floating-point number. More...
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 |