MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / AABB

Method AABB

framework/scene_graph/components/aabb.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace sg
25{
26AABB::AABB()
27{
28 reset();
29}
30
31AABB::AABB(const glm::vec3 &min, const glm::vec3 &max) :
32 min{min},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected