b overlaps a, or isa.false.
true iff item is completely containedcontainer.a described by the given vertices contains
b.
a
a
a
a
a
a
b
b
b
b
b
b
true if a contains b.
true iff the given bounding volume is well formed.
container.getLower().getX() <= container.getUpper().getX()
container.getLower().getY() <= container.getUpper().getY()
container.getLower().getZ() <= container.getUpper().getZ()
a described by the given vertices overlaps
b.
a
a
a
a
a
a
b
b
b
b
b
b
true if a overlaps b.
true iff item overlaps
container.
Branchless optimization of the Kay-Kajiya slab ray/AABB intersection test
by Tavian Barnes.
See tavianator.com.
true if the ray intersects the box given by the
Overlap and containment checks between bounding volumes.
@see BBox
@author Mark Raynsford