| 416 | } |
| 417 | |
| 418 | inline const drectangle grow_rect ( |
| 419 | const drectangle& rect, |
| 420 | double num |
| 421 | ) |
| 422 | { |
| 423 | return shrink_rect(rect, -num); |
| 424 | } |
| 425 | |
| 426 | inline const drectangle shrink_rect ( |
| 427 | const drectangle& rect, |
nothing calls this directly
no test coverage detected