Destroy AABB.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aabb_object), | intent(inout) | :: | self | AABB. |
elemental subroutine destroy(self)
!< Destroy AABB.
class(aabb_object), intent(inout) :: self !< AABB.
type(aabb_object) :: fresh !< Fresh instance of AABB box.
self = fresh
endsubroutine destroy