blob: 02eced06fa6e2421260d2540c7066180e36f0fc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- File: Prs3d_PointTool.cdl
-- Created: Wed Dec 16 13:36:55 1992
-- Author: Jean Louis FRENKEL
-- <jlf@mastox>
---Copyright: Matra Datavision 1992
generic class PointTool from Prs3d ( Point as any)
uses
Length from Quantity
is
Coord( myclass; aPoint: Point; X,Y,Z: out Length from Quantity);
end PointTool from Prs3d;
|