A compare fuctor that uses vector length. More...
#include <vector3.h>
Public Member Functions | |
Boole | operator() (const Vector3 &First, const Vector3 &Second) const |
Compares two Vector3's to determine which has the greater length/magnitude. More... | |
Boole Mezzanine::Vector3LengthCompare::operator() | ( | const Vector3 & | First, |
const Vector3 & | Second | ||
) | const |
Compares two Vector3's to determine which has the greater length/magnitude.
Definition at line 668 of file vector3.cpp.