operator(+) Interface

public interface operator(+)

Calls

interface~~operator(+)~~CallsGraph interface~operator(+) operator(+) proc~aabb_union aabb_union interface~operator(+)->proc~aabb_union proc~aabb_calc_center aabb_t%aabb_calc_center proc~aabb_union->proc~aabb_calc_center proc~aabb_calc_srfarea aabb_t%aabb_calc_srfarea proc~aabb_union->proc~aabb_calc_srfarea

Module Procedures

public function aabb_union(x, y) result(z)

Combines AABBs x and y to return a new AABB z.

Arguments

Type IntentOptional Attributes Name
type(aabb_t), intent(in) :: x

An aabb_t instance.

type(aabb_t), intent(in) :: y

An aabb_t instance.

Return Value type(aabb_t)