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

Method CheckCollision

include/BoundingBox.hpp:53–53  ·  view source on GitHub ↗

* Detect collision between two boxes */

Source from the content-addressed store, hash-verified

51 * Detect collision between two boxes
52 */
53 RLCPP_NODISCARD bool CheckCollision(const ::BoundingBox& box2) const { return CheckCollisionBoxes(*this, box2); }
54
55 /**
56 * Detect collision between box and sphere

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected