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

Method BoundingBox

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

* Copy a bounding box from another bounding box. */

Source from the content-addressed store, hash-verified

14 * Copy a bounding box from another bounding box.
15 */
16 constexpr BoundingBox(const ::BoundingBox& box) : ::BoundingBox{box.min, box.max} {
17 // Nothing.
18 }
19
20 /**
21 * Compute mesh bounding box limits

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected