Mathter
A configurable 3D math library for game developers.
|
#include "QuaternionImpl.hpp"
Go to the source code of this file.
Namespaces | |
mathter | |
Functions | |
template<class T , bool Packed> | |
bool | mathter::operator== (const Quaternion< T, Packed > &lhs, const Quaternion< T, Packed > &rhs) |
Check exact equality of coefficients. More... | |
template<class T , bool Packed> | |
bool | mathter::operator!= (const Quaternion< T, Packed > &lhs, const Quaternion< T, Packed > &rhs) |
Check exact unequality of coefficients. More... | |