MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_center

Method get_center

framework/scene_graph/components/aabb.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88glm::vec3 AABB::get_center() const
89{
90 return (min + max) * 0.5f;
91}
92
93glm::vec3 AABB::get_min() const
94{

Callers 1

get_sorted_nodes_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected