PixelLightAPI  .
Static Public Member Functions
PLCore::Tools Class Reference

Static class with some useful tool functions. More...

#include <Tools.h>

List of all members.

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.

Detailed Description

Static class with some useful tool functions.


Member Function Documentation

uint32 PLCore::Tools::FloatToUInt32 ( float  f) [inline, static]

float to uint32

Parameters:
[in]fFloat value to convert
Returns:
The converted float value
float PLCore::Tools::UInt32ToFloat ( uint32  n) [inline, static]

uint32 to float

Parameters:
[in]nuint32 value to convert
Returns:
The converted uint32 value
String PLCore::Tools::GetBase64 ( const String sString) [inline, static]

Base64 encoder.

Parameters:
[in]sStringUnencoded string
Returns:
Base64 encoded string

The documentation for this class was generated from the following files:


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:29
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported