Update AABB bounding box extents.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aabb_node_object), | intent(inout) | :: | self | AABB. |
pure subroutine update_extents(self)
!< Update AABB bounding box extents.
class(aabb_node_object), intent(inout) :: self !< AABB.
if (allocated(self%aabb)) call self%aabb%update_extents
endsubroutine update_extents