| 378 | // ---------------------------------------------------------------------------------------- |
| 379 | |
| 380 | inline rectangle intersect ( |
| 381 | const rectangle& a, |
| 382 | const rectangle& b |
| 383 | ) { return a.intersect(b); } |
| 384 | |
| 385 | // ---------------------------------------------------------------------------------------- |
| 386 |