Return AABB bmax.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aabb_node_object), | intent(in) | :: | self | AABB box. |
AABB bmax.
pure function bmax(self)
!< Return AABB bmax.
class(aabb_node_object), intent(in) :: self !< AABB box.
type(vector_R8P) :: bmax !< AABB bmax.
if (allocated(self%aabb)) bmax = self%aabb%bmax
endfunction bmax