Package: graphene
Function graphene:rect-intersection
Lambda Listgraphene:rect-intersection (a b result) ArgumentsReturn Value The graphene:rect-t instance for the result, or nil if the
rectangles do not intersect. Details
Computes the intersection of the two given rectangles. If the two rectangles do not intersect, result will contain a degenerate
rectangle with origin in (0, 0) and a size of 0. | See also |
2025-08-09