Spinning Topp Logo BlackTopp Studios
inc
Public Member Functions | List of all members
Mezzanine::Vector3LengthCompare Class Reference

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

Detailed Description

A compare fuctor that uses vector length.

Definition at line 524 of file vector3.h.

Member Function Documentation

Boole Mezzanine::Vector3LengthCompare::operator() ( const Vector3 First,
const Vector3 Second 
) const

Compares two Vector3's to determine which has the greater length/magnitude.

Parameters
FirstThe first Vector3 to compare with.
SecondThe second Vector3 to compare with.
Returns
Returns true if the first Vector3 has a smaller length/magnitude than the second, false otherwise.

Definition at line 668 of file vector3.cpp.


The documentation for this class was generated from the following files: