Method aliases
| 440 | |
| 441 | // Method aliases |
| 442 | bool isContaining(Vec v) const { |
| 443 | return contains(v); |
| 444 | } |
| 445 | bool isIntersecting(Rect r) const { |
| 446 | return intersects(r); |
| 447 | } |
nothing calls this directly
no outgoing calls
no test coverage detected