Skip to content
Snippets Groups Projects
Commit 494c0fd8 authored by Yoel's avatar Yoel
Browse files

Little beautify

parent c05e329e
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ bool AxisAlignedBoundingBox::contains(const AxisAlignedBoundingBox& bb) const {
Vec3(bb.maxBound().x(), bb.maxBound().y(), bb.maxBound().z())};
for (Vec3 v : vertices)
if (!contains(v)) return false;
return true;
}
// This Method is not entirely correct. It only checks if the corners of this bb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment