GargoyleObjects.mesa
Last edited by Bier on June 17, 1985 11:22:48 pm PDT
Contents: The procedural interface to the Gargoyle object modeler.
DIRECTORY
;
GargoyleObjects: CEDAR DEFINITIONS =
BEGIN
CreateTrajectory: PROC [firstPoint: Point] RETURNS [t: GGTrajectory];
END.