Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

region-intersects-region?

Generic function

Summary

Returns #f if two regions do not intersect.

Signature

region-intersects-region? region1 region2 => boolean

Arguments

region1
An instance of type <region>.

region2
An instance of type <region>.

Values

boolean
An instance of type <boolean>.

Library

duim-geometry

Module

duim-geometry

Description

Returns #f if region-intersection of the two regions region1 and region2 would be $nowhere (that is, they do not intersect), otherwise returns #t.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index