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

Method CheckCollision

include/Rectangle.hpp:107–107  ·  view source on GitHub ↗

* Check collision between two rectangles */

Source from the content-addressed store, hash-verified

105 * Check collision between two rectangles
106 */
107 RLCPP_NODISCARD bool CheckCollision(::Rectangle rec2) const { return ::CheckCollisionRecs(*this, rec2); }
108
109 /**
110 * Get collision rectangle for two rectangles collision

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected