-- Geometry3dAppliedPackage.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Bloomenthal, May 23, 1986 1:01:20 am PDT
Geometry3dAppliedPackage: CONFIGURATION
IMPORTS Buttons, Controls, Convert, FileNames, Imager, ImagerFont, ImagerOps, ImagerPath, ImagerRasterPrivate, ImagerTransformation, IO, Process, ProcessProps, RealFns, Rope, TIPUser, TypeScript, Vector2, VFonts, ViewerIO, ViewerOps, ViewerTools
EXPORTS ALL
CONTROL ControlsImpl
=
BEGIN
Draw2dImpl;
Vector3dImpl;
Plane3dImpl;
Matrix3dImpl;
Spline3dImpl;
Clip3dImpl;
Draw3dImpl;
Print3dImpl;
Controls3dImpl;
ControlsImpl;
END.