Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

transform-distance

Generic function

Summary

Applies a transform to a distance represented by the coordinate arguments and returns the transformed coordinates.

Signature

transform-distance transform dx dy => dx dy

Arguments

transform
An instance of type <transform>.

dx
An instance of type <real>.

dy
An instance of type <real>.

Values

dx
An instance of type <real>.

dy
An instance of type <real>.

Library

duim-geometry

Module

duim-geometry

Description

Applies the transform transform to the distance represented by dx and dy, and returns the transformed dx and dy. A distance represents the difference between two points. It does not transform like a point.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index