789f70b
1 2 3 4 5 6 7 8
#pragma once struct AABB { double x,y,z; double w,l,h; }; bool TestCollision(AABB first, AABB second);