Contains MAKLogger::DtValueSmoother class and MAKLogger::PointF and MAKLogger::RectF structs.
More...
Go to the source code of this file.
Macros |
| #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.
Macro Definition Documentation
| #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))) |