#include <gmtl/Sphere.h>
#include <gmtl/VecOps.h>
#include <gmtl/Math.h>
Go to the source code of this file.
Namespaces | |
namespace | gmtl |
Meta programming classes. | |
Functions | |
Sphere Comparitors | |
template<class DATA_TYPE > | |
bool | gmtl::operator== (const Sphere< DATA_TYPE > &s1, const Sphere< DATA_TYPE > &s2) |
Compare two spheres to see if they are EXACTLY the same. | |
template<class DATA_TYPE > | |
bool | gmtl::operator!= (const Sphere< DATA_TYPE > &s1, const Sphere< DATA_TYPE > &s2) |
Compare two spheres to see if they are not EXACTLY the same. | |
template<class DATA_TYPE > | |
bool | gmtl::isEqual (const Sphere< DATA_TYPE > &s1, const Sphere< DATA_TYPE > &s2, const DATA_TYPE &eps) |
Compare two spheres to see if they are the same within the given tolerance. |