MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / CheckCollision

Function CheckCollision

include/Vector2.hpp:355–355  ·  view source on GitHub ↗

* Check if point is inside rectangle */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected