Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ reset
Function
reset
src/core/math/aabb.cpp:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
namespace aabb
13
{
14
void reset(AABB &b)
15
{
16
b.min = VECTOR3_ZERO;
17
b.max = VECTOR3_ZERO;
18
}
19
20
void from_points(AABB &b, u32 num, u32 stride, const void *points)
21
{
Callers
3
test_aabb
Function · 0.50
test_sphere
Function · 0.50
test_obb
Function · 0.50
Calls
no outgoing calls
Tested by
3
test_aabb
Function · 0.40
test_sphere
Function · 0.40
test_obb
Function · 0.40