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

Method GetBoundingBox

include/ModelUnmanaged.hpp:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 * Compute model bounding box limits (considers all meshes).
177 */
178 RLCPP_NODISCARD BoundingBox GetBoundingBox() const { return ::GetModelBoundingBox(*this); }
179
180 /**
181 * Compute model bounding box limits (considers all meshes).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected