|
CFx SDK Documentation 2026 SP0
|
#include "TDVersion.h"#include "RootExport.h"#include "DbRootExport.h"#include "DebugStuff.h"#include "OdaDefs.h"#include "OdPlatform.h"#include "OdModuleNames.h"Go to the source code of this file.
Macros | |
| #define | OdaPI 3.14159265358979323846 |
| #define | OdaPI2 (OdaPI / 2.0) |
| #define | OdaPI4 (OdaPI / 4.0) |
| #define | Oda2PI (OdaPI+OdaPI) |
| #define | OdaToDegree(rad) |
| #define | OdaToRadian(deg) |
Variables | |
| const double | kMmPerInch = 25.4 |
Definition at line 52 of file OdaCommon.h.
| #define OdaPI 3.14159265358979323846 |
Definition at line 46 of file OdaCommon.h.
| #define OdaPI2 (OdaPI / 2.0) |
Definition at line 48 of file OdaCommon.h.
| #define OdaPI4 (OdaPI / 4.0) |
Definition at line 50 of file OdaCommon.h.
| #define OdaToDegree | ( | rad | ) |
Converts a value in radians to a value in degrees.
Definition at line 60 of file OdaCommon.h.
| #define OdaToRadian | ( | deg | ) |
Converts a value in degrees to a value in radians.
Definition at line 68 of file OdaCommon.h.
| const double kMmPerInch = 25.4 |
Definition at line 78 of file OdaCommon.h.