![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
Namespaces | |
| cs237 | |
| cs237::__detail | |
Macros | |
| #define | _CS237_AABB_INL_ |
| #define | DELTA(A) |
| #define | MIN(a, b) ((a <= b) ? a : b) |
| #define | MAX(a, b) ((a <= b) ? b : a) |
Functions | |
| template<typename T > | |
| AABB< T > | cs237::__detail::operator+ (AABB< T > const &bb1, AABB< T > &bb2) |
| #define _CS237_AABB_INL_ |
| #define DELTA | ( | A | ) |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a <= b) ? b : a) |
| #define MIN | ( | a, | |
| b | |||
| ) | ((a <= b) ? a : b) |