Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
namespace sg
25
{
26
AABB::AABB()
27
{
28
reset();
29
}
30
31
AABB::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