Saga3D API Documentation  1.0-RC4
saga::core::FloatIntUnion32 Union Reference

#include <irrMath.h>

Public Member Functions

 FloatIntUnion32 (float f1=0.0f)
 
bool sign () const
 

Public Attributes

std::int32_t i
 
float f
 

Detailed Description

Definition at line 305 of file irrMath.h.

Constructor & Destructor Documentation

◆ FloatIntUnion32()

saga::core::FloatIntUnion32::FloatIntUnion32 ( float  f1 = 0.0f)
inline

Definition at line 307 of file irrMath.h.

Member Function Documentation

◆ sign()

bool saga::core::FloatIntUnion32::sign ( ) const
inline

Definition at line 309 of file irrMath.h.

Member Data Documentation

◆ f

float saga::core::FloatIntUnion32::f

Definition at line 312 of file irrMath.h.

◆ i

std::int32_t saga::core::FloatIntUnion32::i

Definition at line 311 of file irrMath.h.


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