FitDisplayUtilities.mesa
Last Edited by Michael Plass August 20, 1982 1:57 pm
Last Edited by Maureen Stone May 30, 1984 4:28:06 pm PDT
DIRECTORY
Cubic USING [Bezier],
JaM USING [State];
FitDisplayUtilities: CEDAR DEFINITIONS = {
HiLight: PUBLIC PROC[state: JaM.State, x, y: REAL]; -- inverts a small area around the given point, to give some feedback about what in going on.
ShowBezierInverted: PUBLIC PROC[state: JaM.State, bezier: Cubic.Bezier];
}.