MCPcopy 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
98glm::vec3 AABB::get_max() const
99{
100 return max;
101}
102
103void AABB::reset()
104{

Callers 1

get_sorted_nodes_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected