| 548 | } |
| 549 | |
| 550 | void StationRect::MakeEmpty() |
| 551 | { |
| 552 | this->left = this->top = this->right = this->bottom = 0; |
| 553 | } |
| 554 | |
| 555 | /** |
| 556 | * Determines whether a given point (x, y) is within a certain distance of |
no outgoing calls
no test coverage detected