#include <gmtl/Coord.h>

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. | |
1.7.1