blob: eac6a46a61c8f7ad382a7f20cb518d61b543534a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
-- File: DrawFairCurve.cdl
-- Created: Fri Feb 16 14:30:11 1996
-- Author: Philippe MANGIN
-- <pmn@sgi29>
---Copyright: Matra Datavision 1996
package DrawFairCurve
---Purpose: Batten and MVC to display
uses FairCurve, DrawTrSurf, Draw, gp
is
class Batten;
class MinimalVariation;
end DrawFairCurve;
|