ImagerBasic.mesa
Copyright © 1984 Xerox Corporation. All rights reserved.
Crow, Plass, Wyatt, July 6, 1983 2:38 pm
Michael Plass, February 6, 1984 2:55:29 pm PST
Doug Wyatt, August 16, 1984 11:16:27 am PDT
This interface provides the data structures shared by Imager implementations.
ImagerBasic: CEDAR DEFINITIONS
~ BEGIN
IntPair: TYPE ~ RECORD [x, y: INTEGER];
DeviceCoordinate: TYPE ~ RECORD [s, f: INTEGER];
Visibility: TYPE ~ {visible, partlyVisible, invisible};
END.