Uses of Class
com.marginallyclever.ro3.mesh.AABB
Packages that use AABB
Package
Description
-
Uses of AABB in com.marginallyclever.convenience.helpers
Methods in com.marginallyclever.convenience.helpers with parameters of type AABBModifier and TypeMethodDescriptionstatic boolean
IntersectionHelper.cuboidCuboid
(AABB a, AABB b) separation of axes theorem used to find intersection of two arbitrary boxes. -
Uses of AABB in com.marginallyclever.ro3.apps.pathtracer
Fields in com.marginallyclever.ro3.apps.pathtracer declared as AABBMethods in com.marginallyclever.ro3.apps.pathtracer that return AABB -
Uses of AABB in com.marginallyclever.ro3.apps.pathtracer.spatialaccelerationstructure
Fields in com.marginallyclever.ro3.apps.pathtracer.spatialaccelerationstructure declared as AABBConstructors in com.marginallyclever.ro3.apps.pathtracer.spatialaccelerationstructure with parameters of type AABB -
Uses of AABB in com.marginallyclever.ro3.mesh
Methods in com.marginallyclever.ro3.mesh that return AABBModifier and TypeMethodDescriptionMesh.getBoundingBox()
AABB[]
AABB.subdivide()
Subdivide this AABB into 8 smaller AABBs.Methods in com.marginallyclever.ro3.mesh with parameters of type AABBModifier and TypeMethodDescriptionvoid
void
Grow this AABB to include the other AABB.Constructors in com.marginallyclever.ro3.mesh with parameters of type AABB -
Uses of AABB in com.marginallyclever.robotoverlord
Methods in com.marginallyclever.robotoverlord that return types with arguments of type AABB