Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

set-box-position

Generic function

Summary

Sets the position of the bounding box and returns a (possibly new) box.

Signature

set-box-position box x y => box

Arguments

box
An instance of type <bounding-box>.

x
An instance of type <real>.

y
An instance of type <real>.

Values

box
An instance of type <bounding-box>.

Library

duim-geometry

Module

duim-geometry

Description

Sets the position of the bounding box box and might or might not modify the box.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index