|
Assimp
v4.1. (December 2018)
|
Data structure to represent the bit pattern of a 64 Bit IEEE 754 floating-point number. More...
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 |