OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::LwString::Float Struct Reference

#include <OgreLwString.h>

Public Member Functions

 Float (float value, int precision=-1, int minWidth=-1)
 

Public Attributes

int mMinWidth
 
int mPrecision
 
float mValue
 

Constructor & Destructor Documentation

◆ Float()

Ogre::LwString::Float::Float ( float  value,
int  precision = -1,
int  minWidth = -1 
)
inline
Parameters
valuefloat value to convert.
precisionControls truncation/rounding. Example: value = 1.56 precision = 1 prints "1.6"
minWidthControls the minimum width of the decimals. Example: value = 1.5 minWidth = 2 prints "1.50"

Member Data Documentation

◆ mMinWidth

int Ogre::LwString::Float::mMinWidth

Referenced by Ogre::LwString::a().

◆ mPrecision

int Ogre::LwString::Float::mPrecision

Referenced by Ogre::LwString::a().

◆ mValue

float Ogre::LwString::Float::mValue

Referenced by Ogre::LwString::a().


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