b overlaps a, or isa.false.
true iff item is completely containedcontainer.a described by the given vertices contains
b.
a
a
a
a
b
b
b
b
true if a contains b.
true iff the given bounding area is well formed.
container.getLower().getX() <= container.getUpper().getX()
container.getLower().getY() <= container.getUpper().getY()
a described by the given vertices overlaps
b.
a
a
a
a
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 is intersecting the box.
see BBox
author Mark Raynsford