Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

point-x

Generic function

Summary

Returns the x coordinate of a point.

Signature

point-x point => x

Arguments

point
An instance of type <point>.

Values

x
An instance of type <real>.

Library

duim-geometry

Module

duim-geometry

Description

Returns the x coordinate of point.

See also

point-position, page 47

point-y, page 48


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index