Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

=

G.f. method

Summary

Tests if its arguments are equal.

Signature

= region1 region2 => boolean
= transform1 transform2 => boolean

Arguments

region1
An instance of type <region>.

region2
An instance of type <region>.

transform1
An instance of type <transform>.

transform2
An instance of type <transform>.

Values

boolean
An instance of type <boolean>.

Library

duim-geometry

Module

duim-geometry

Description

Tests if its arguments are equal. Returns #t if the two regions or transforms are the same, otherwise returns #f. Two regions are considered equal if they contain exactly the same set of points. Two transforms are considered equal if they transform every region the same way.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index