Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_scale
Method
get_scale
framework/scene_graph/components/aabb.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
glm::vec3 AABB::get_scale() const
84
{
85
return (max - min);
86
}
87
88
glm::vec3 AABB::get_center() const
89
{
Callers
3
draw_impl
Method · 0.80
load_assets
Method · 0.80
load_assets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected