![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "../GrayLibBase.h"#include "GrayCore/include/cUnitTestDecl.h"#include "GrayCore/include/cTypes.h"#include "GrayCore/include/cDebugAssert.h"#include "GrayCore/include/cLogMgr.h"#include <float.h>#include <math.h>Go to the source code of this file.
Classes | |
| struct | GrayLib::cTypeF< TYPE > |
| struct | GrayLib::CalcI |
| struct | GrayLib::Calc |
Namespaces | |
| GrayLib | |
Macros | |
| #define | DIVIDEUP(a, b) (((a) + ((b) - 1)) / (b)) |
| #define | _FFF(c) c##f |
Typedefs | |
| typedef float | GrayLib::RADIANf_t |
| type is float radians More... | |
| typedef int | GrayLib::Percent10_t |
| tenths of a percent. 0 to 1000 = 0 to 100.0 More... | |
Functions | |
| GrayLib::UNITTEST2_PREDEF (Calc) | |
| #define _FFF | ( | c | ) | c##f |
| #define DIVIDEUP | ( | a, | |
| b | |||
| ) | (((a) + ((b) - 1)) / (b)) |