Package: graphene

Function graphene:box-intersection

Lambda List

graphene:box-intersection (a b result)

Syntax

(box-intersection a b result) => result, success

Arguments

a -- a graphene:box-t instance
b -- a graphene:box-t instance
result -- a graphene:box-t instance for the result
success -- true if the two boxes intersect

Details

Intersects the two given boxes. If the two boxes do not intersect, result will contain a degenerate box initialized with the graphene:box-empty values.
 

See also

#2024-1-20