* Check if point is inside rectangle */
| 353 | * Check if point is inside rectangle |
| 354 | */ |
| 355 | RLCPP_NODISCARD bool CheckCollision(::Rectangle rec) const { return ::CheckCollisionPointRec(*this, rec); } |
| 356 | |
| 357 | /** |
| 358 | * Check if point is inside circle |
nothing calls this directly
no outgoing calls
no test coverage detected