Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

make-point

Function

Summary

Returns an object of class <point>.

Signature

make-point x y => point

Arguments

x
An instance of <real>.

y
An instance of <real>

Values

point
An instance of type <point>.

Library

duim-geometry

Module

duim-geometry

Description

Returns an object of class <point> whose coordinates are x and y.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index