![]() |
Plasma Engine
2.0
|
Simple helper union to store ints and floats to modify their bit patterns. More...
#include <Declarations.h>
Public Member Functions | |
constexpr | plIntFloatUnion (float fInit) |
constexpr | plIntFloatUnion (plUInt32 uiInit) |
Public Attributes | |
plUInt32 | i |
float | f |
Simple helper union to store ints and floats to modify their bit patterns.