#include <gmtl/AABox.h>#include <gmtl/VecOps.h>

Go to the source code of this file.
Namespaces | |
| namespace | gmtl |
Meta programming classes. | |
Functions | |
AABox Comparitors | |
| template<class DATA_TYPE > | |
| bool | gmtl::operator== (const AABox< DATA_TYPE > &b1, const AABox< DATA_TYPE > &b2) |
| Compare two AABoxes to see if they are EXACTLY the same. | |
| template<class DATA_TYPE > | |
| bool | gmtl::operator!= (const AABox< DATA_TYPE > &b1, const AABox< DATA_TYPE > &b2) |
| Compare two AABoxes to see if they are not EXACTLY the same. | |
| template<class DATA_TYPE > | |
| bool | gmtl::isEqual (const AABox< DATA_TYPE > &b1, const AABox< DATA_TYPE > &b2, const DATA_TYPE &eps) |
| Compare two AABoxes to see if they are the same within the given tolerance. | |
1.7.1