Classes | Namespaces | Defines
qtFloatMath.h File Reference

Contains MAKLogger::DtValueSmoother class and MAKLogger::PointF and MAKLogger::RectF structs. More...

Go to the source code of this file.

Classes

class  MAKLogger::DtValueSmoother
 Class responsible for smoothing multiple input values and calculating an interpolated 'next' value. More...

Namespaces

namespace  MAKLogger
 

Contains MAKLogger::DtCollector class.


Defines

#define DT_ROUND(x)   (((x) < LONG_MIN-0.5 || (x) > LONG_MAX+0.5) ? 0 : ((x)>=0?(int)((x)+0.5):(int)((x)-0.5)))

Detailed Description

Contains MAKLogger::DtValueSmoother class and MAKLogger::PointF and MAKLogger::RectF structs.


Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)