gwnavruntime/basesystem/floatformatter.h Source File
Go to the documentation of this file.
23 FloatFormatter(const
char* format = "%.2f") : m_format(format) { KY_UNUSED(m_buffer); KY_UNUSED(m_format); }
27 #ifndef KY_NO_LOG_OUTPUT
28 SFsprintf(m_buffer,
ArraySize(m_buffer), m_format, value);
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
KyUInt32 ArraySize(T(&)[N])
Returns the size of a fixed-size array.
Definition: types.h:189
float KyFloat32
float
Definition: types.h:32