PixelLightAPI
.
|
Static class with some useful tool functions. More...
#include <Tools.h>
Static Public Member Functions | |
static uint32 | FloatToUInt32 (float f) |
float to uint32 | |
static float | UInt32ToFloat (uint32 n) |
uint32 to float | |
static String | GetBase64 (const String &sString) |
Base64 encoder. |
Static class with some useful tool functions.
uint32 PLCore::Tools::FloatToUInt32 | ( | float | f | ) | [inline, static] |
float to uint32
[in] | f | Float value to convert |
float PLCore::Tools::UInt32ToFloat | ( | uint32 | n | ) | [inline, static] |
uint32 to float
[in] | n | uint32 value to convert |
String PLCore::Tools::GetBase64 | ( | const String & | sString | ) | [inline, static] |
Base64 encoder.
[in] | sString | Unencoded string |
|