SVUtility.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Last edited by Bier on February 5, 1987
Contents: Some helpful Solidviews routines that don't fit anywhere in particular.
DIRECTORY
ViewerClasses;
SVUtility: CEDAR DEFINITIONS =
BEGIN
Viewer: TYPE = ViewerClasses.Viewer;
ReadTwoReals: PROC [textViewer: Viewer] RETURNS [x, y: REAL];
END.