This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | SMALL_ZERO 1.0e-3 |
#define | ABS_VALUE(x) (((x) <0.0 )? -(x) : (x)) |
#define | IS_ZERO(x) (ABS_VALUE(x) <= SMALL_ZERO) |
#define | ARE_EQUALS(x, y) IS_ZERO(x-y) |
#define | NIL -1 |
#define | TRUE 1 |
#define | FALSE 0 |
|
Definition at line 19 of file jma_aca_macros.h. |
|
Definition at line 21 of file jma_aca_macros.h. |
|
Definition at line 24 of file jma_aca_macros.h. |
|
Definition at line 20 of file jma_aca_macros.h. |
|
Definition at line 22 of file jma_aca_macros.h. Referenced by PL_RRT_CONNECT::InitRoadmapTree(), PL_RRT::InitRoadmapTree(), PL_Juan::InitRoadmapTree(), and PL_ACA_CONNECT::InitRoadmapTree(). |
|
Definition at line 18 of file jma_aca_macros.h. |
|
Definition at line 23 of file jma_aca_macros.h. |