#include "camtypes.h"#include "moldpers.h"#include "blobs.h"#include "moldedit.h"#include <math.h>Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
| #define | EPSILON 1e-10 |
| #define | equal(a, b) ( fabs( (a) - (b) ) <= (EPSILON) ) |
| #define | notequal(a, b) ( fabs( (a) - (b) ) > (EPSILON) ) |
Functions | |
| DECLARE_SOURCE ("$Revision: 1282 $") | |
|
|
Definition at line 125 of file moldpers.cpp. |
|
|
Definition at line 126 of file moldpers.cpp. |
|
|
Definition at line 124 of file moldpers.cpp. |
|
|
Definition at line 127 of file moldpers.cpp. |
|
|
|
1.4.4