operator(+) Interface

public interface operator(+)

Calls

interface~~operator(+)~~CallsGraph interface~operator(+) operator(+) proc~aabb_union aabb_union interface~operator(+)->proc~aabb_union

Contents


Module Procedures

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

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

Arguments

Type IntentOptional AttributesName
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)