summaryrefslogtreecommitdiff
path: root/src/Prs3d/Prs3d_Vector.cdl
blob: 05bb535e5cdfcb049ffa20bfbbc1b00390c37ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
-- File:	Prs3d_Point.cdl
-- Created:	Fri Apr 16 12:39:30 1993
-- Author:	Jean Louis FRENKEL
--		<jlf@phylox>
---Copyright:	 Matra Datavision 1993

generic class Vector from Prs3d 
    	    	(anyVector as any; 
    	    	 VectorTool as any) -- as VectorTool from Prs3d;
		 
inherits Root from Prs3d

uses 
    Presentation from Prs3d,
    Drawer from Prs3d
is
    Add(myclass; aPresentation: Presentation from Prs3d; 
    	    	 aVector: anyVector;
    	    	 aDrawer: Drawer from Prs3d);
end Vector from Prs3d;