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