コード例 #1
0
 friend point reflect(const point & p, const point & a, const point & b) { return p.reflect(a, b); }
コード例 #2
0
 friend point reflect(const point & p, const point & q) { return p.reflect(q); }