planners/aca/jma_aca_macros.h File Reference

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


Define Documentation

#define ABS_VALUE  )     (((x) <0.0 )? -(x) : (x))
 

Definition at line 19 of file jma_aca_macros.h.

#define ARE_EQUALS x,
 )     IS_ZERO(x-y)
 

Definition at line 21 of file jma_aca_macros.h.

#define FALSE   0
 

Definition at line 24 of file jma_aca_macros.h.

#define IS_ZERO  )     (ABS_VALUE(x) <= SMALL_ZERO)
 

Definition at line 20 of file jma_aca_macros.h.

#define NIL   -1
 

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().

#define SMALL_ZERO   1.0e-3
 

Definition at line 18 of file jma_aca_macros.h.

#define TRUE   1
 

Definition at line 23 of file jma_aca_macros.h.


Generated on Sat Apr 1 21:41:23 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO