Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

do-coordinates

Function

Summary

Applies a function to each coordinate pair in its argument list.

Signature

do-coordinates function coordinates => ()

Arguments

function
An instance of type <function>.

coordinates
An instance of type limited(<sequence>, of: <real>).

Values

None

Library

duim-geometry

Module

duim-geometry

Description

Applies function to each coordinate pair in coordinates. The length of coordinates must be a multiple of 2. Function takes two arguments, the x and y value of each coordinate pair.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index