#include <gmtl/AxisAngle.h>
Go to the source code of this file.
Namespaces | |
namespace | gmtl |
Meta programming classes. | |
Functions | |
AxisAngle Comparitors | |
template<class DATA_TYPE > | |
bool | gmtl::operator== (const AxisAngle< DATA_TYPE > &a1, const AxisAngle< DATA_TYPE > &a2) |
Compares 2 AxisAngles to see if they are exactly the same. | |
template<class DATA_TYPE > | |
bool | gmtl::operator!= (const AxisAngle< DATA_TYPE > &a1, const AxisAngle< DATA_TYPE > &a2) |
Compares 2 AxisAngles to see if they are NOT exactly the same. | |
template<class DATA_TYPE > | |
bool | gmtl::isEqual (const AxisAngle< DATA_TYPE > &a1, const AxisAngle< DATA_TYPE > &a2, const DATA_TYPE eps=0) |
Compares a1 and a2 to see if they are the same within the given epsilon tolerance. |