Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

transform-position

Generic function

Summary

Applies a transform to the point whose coordinates are x and y.

Signature

transform-position transform x y => new-x new-y

Arguments

transform
An instance of type <transform>.

x
An instance of type <real>

y
An instance of type <real>

Values

new-x
An instance of type <real>

new-y
An instance of type <real>

Library

duim-geometry

Module

duim-geometry

Description

Applies the transform transform} to the point whose coordinates are x and y. transform-position is the spread version of transform-region in the case where the region is a point.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index