Assimp  v3.1.1 (June 2014)
_IEEESingle Union Reference

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
 

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

§ IEEE

struct { ... } _IEEESingle::IEEE

§ Sign

uint32_t _IEEESingle::Sign

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