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