Namespaces

EulerAngleOps.h File Reference

#include <gmtl/EulerAngle.h>
Include dependency graph for EulerAngleOps.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gmtl
 

Meta programming classes.


Functions

EulerAngle Comparitors

template<class DATA_TYPE , typename ROT_ORDER >
bool gmtl::operator== (const EulerAngle< DATA_TYPE, ROT_ORDER > &e1, const EulerAngle< DATA_TYPE, ROT_ORDER > &e2)
 Compares 2 EulerAngles (component-wise) to see if they are exactly the same.
template<class DATA_TYPE , typename ROT_ORDER >
bool gmtl::operator!= (const EulerAngle< DATA_TYPE, ROT_ORDER > &e1, const EulerAngle< DATA_TYPE, ROT_ORDER > &e2)
 Compares e1 and e2 (component-wise) to see if they are NOT exactly the same.
template<class DATA_TYPE , typename ROT_ORDER >
bool gmtl::isEqual (const EulerAngle< DATA_TYPE, ROT_ORDER > &e1, const EulerAngle< DATA_TYPE, ROT_ORDER > &e2, const DATA_TYPE eps=0)
 Compares e1 and e2 (component-wise) to see if they are the same within a given tolerance.