bool operator<(const RPoint<T> p, RPoint<T> q)
bool operator>(const RPoint<T> p, RPoint<T> q)
bool operator<=(const RPoint<T> p, RPoint<T> q)
bool operator>=(const RPoint<T> p, RPoint<T> q)
bool operator==(const RPoint<T> p, RPoint<T> q)
bool operator!=(const RPoint<T> p, RPoint<T> q)