Mathter
A configurable 3D math library for game developers.
Namespaces | Functions
VectorCompare.hpp File Reference
#include "VectorImpl.hpp"

Go to the source code of this file.

Namespaces

 mathter
 

Functions

template<class T , int Dim, bool Packed>
bool mathter::operator== (const Vector< T, Dim, Packed > &lhs, const Vector< T, Dim, Packed > &rhs)
 Exactly compares two vectors. More...
 
template<class T , int Dim, bool Packed>
bool mathter::operator!= (const Vector< T, Dim, Packed > &lhs, const Vector< T, Dim, Packed > &rhs)
 Exactly compares two vectors. More...