Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_min
Method
get_min
framework/scene_graph/components/aabb.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
glm::vec3 AABB::get_min() const
94
{
95
return min;
96
}
97
98
glm::vec3 AABB::get_max() const
99
{
Callers
1
get_sorted_nodes_impl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected