MCPcopy 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

12namespace 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_aabbFunction · 0.50
test_sphereFunction · 0.50
test_obbFunction · 0.50

Calls

no outgoing calls

Tested by 3

test_aabbFunction · 0.40
test_sphereFunction · 0.40
test_obbFunction · 0.40