Struct vector2::componentwise_compare

Nested Relationships

This struct is a nested type of Template Class vector2.

Struct Documentation

struct componentwise_compare

Needed to compare in mathematical contexts.

Public Functions

inline bool operator()(const vector2<T> &lhs, const vector2<T> &rhs) const