MCPcopy 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
93glm::vec3 AABB::get_min() const
94{
95 return min;
96}
97
98glm::vec3 AABB::get_max() const
99{

Callers 1

get_sorted_nodes_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected