Struct vector3::componentwise_compare

Nested Relationships

This struct is a nested type of Template Class vector3.

Struct Documentation

struct componentwise_compare

Needed to compare in mathematical contexts.

Public Functions

template<typename U>
inline bool operator()(const vector3<U> &lhs, const vector3<U> &rhs) const