Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

point-position

Generic function

Summary

Returns both the x and y coordinates of a point.

Signature

point-position point => x y

Arguments

point
An instance of type <point>.

Values

x
An instance of type <real>.

y
An instance of type <real>.

Library

duim-geometry

Module

duim-geometry

Description

Returns both the x and y coordinates of the point point as two values.

See also

point-x, page 47

point-y, page 48


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index