summaryrefslogtreecommitdiff
path: root/src/PGeom2d/PGeom2d_Point.cdl
blob: 58a1ca6d39a60376f732f06126a2f1248fb455f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- File:	PGeom2d_Point.cdl
-- Created:	Tue Apr  6 17:32:52 1993
-- Author:	Philippe DAUTRY
--		<fid@mastox>
-- Copyright:	 Matra Datavision 1993


deferred class Point from PGeom2d inherits Geometry from PGeom2d

	---Purpose: This abstract  class describe  common behaviour of
	--          all points.
	--          
	---See Also : Point from Geom2d.

is

end;