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

Method GetCollision

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

* Get collision information between ray and bounding box */

Source from the content-addressed store, hash-verified

66 * Get collision information between ray and bounding box
67 */
68 RayCollision GetCollision(const ::Ray& ray) const { return GetRayCollisionBox(ray, *this); }
69protected:
70 void set(const ::BoundingBox& box) {
71 min = box.min;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected