Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
class | BOP_BBox |
Defines | |
#define | BOP_MAX(a, b) ((a > b) ? a : b) |
#define | BOP_MIN(a, b) ((a < b) ? a : b) |
#define | BOP_ABS(a) ((a < 0) ? -(a) : a) |
Definition in file BOP_BBox.h.
#define BOP_ABS | ( | a | ) | ((a < 0) ? -(a) : a) |
Definition at line 41 of file BOP_BBox.h.
#define BOP_MAX | ( | a, | |
b | |||
) | ((a > b) ? a : b) |
Definition at line 39 of file BOP_BBox.h.
Referenced by BOP_BBox::add(), and BOP_BBox::BOP_BBox().
#define BOP_MIN | ( | a, | |
b | |||
) | ((a < b) ? a : b) |
Definition at line 40 of file BOP_BBox.h.
Referenced by BOP_BBox::add(), and BOP_BBox::BOP_BBox().