summaryrefslogtreecommitdiff
path: root/src/PGeom/PGeom_BoundedCurve.cdl
blob: b02bf091e91df228b1621b3152c32bbdb6ab86c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- File:	PGeom_BoundedCurve.cdl
-- Created:	Mon Feb 22 18:58:01 1993
-- Author:	Philippe DAUTRY
--		<fid@phobox>
-- Copyright:	 Matra Datavision 1993


deferred class BoundedCurve from PGeom inherits Curve from PGeom

        ---Purpose : Defines a bounded  curve, with finite arc length.
        --         The curve is limited with its parametric values.
        --         
	---See Also BoundedCurve from Geom.

is

end;