Namespaces

CoordOps.h File Reference

#include <gmtl/Coord.h>
Include dependency graph for CoordOps.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

Coord Comparitors

template<typename POS_TYPE , typename ROT_TYPE >
bool gmtl::operator== (const Coord< POS_TYPE, ROT_TYPE > &c1, const Coord< POS_TYPE, ROT_TYPE > &c2)
 Compare two coordinate frames for equality.
template<typename POS_TYPE , typename ROT_TYPE >
bool gmtl::operator!= (const Coord< POS_TYPE, ROT_TYPE > &c1, const Coord< POS_TYPE, ROT_TYPE > &c2)
 Compare two coordinate frames for not-equality.
template<typename POS_TYPE , typename ROT_TYPE >
bool gmtl::isEqual (const Coord< POS_TYPE, ROT_TYPE > &c1, const Coord< POS_TYPE, ROT_TYPE > &c2, typename Coord< POS_TYPE, ROT_TYPE >::DataType tol=0)
 Compare two coordinate frames for equality with a given tolerance.