Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
_IEEESingle Union Reference

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
 

Detailed Description

Data structure to represent the bit pattern of a 32 Bit IEEE 754 floating-point number.

Member Data Documentation

◆ Exp

uint32_t _IEEESingle::Exp

◆ Float

float _IEEESingle::Float

◆ Frac

uint32_t _IEEESingle::Frac

◆ 

struct { ... } _IEEESingle::IEEE

◆ Sign

uint32_t _IEEESingle::Sign

The documentation for this union was generated from the following file: