blob: aaecdccf6dc81316da8868bb1f3dad8117f8ff2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- File: PGeom2d_Curve.cdl
-- Created: Tue Apr 6 17:20:21 1993
-- Author: Philippe DAUTRY
-- <fid@mastox>
-- Copyright: Matra Datavision 1993
deferred class Curve from PGeom2d inherits Geometry from PGeom2d
--- Purpose :
-- Defines the general abstract class curve in the 3D space.
--
---See Also : Curve from Geom2d.
is
end;
|