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