roliveira / rpoint

A c++ header-only library for points
MIT License
1 stars 0 forks source link

Add logical operators #8

Open roliveira opened 7 years ago

roliveira commented 7 years ago
bool operator&&(const RPoint<T> p, RPoint<T> q)
bool operator||(const RPoint<T> p, RPoint<T> q)