MCPcopy 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
83glm::vec3 AABB::get_scale() const
84{
85 return (max - min);
86}
87
88glm::vec3 AABB::get_center() const
89{

Callers 3

draw_implMethod · 0.80
load_assetsMethod · 0.80
load_assetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected