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


deferred class Point from PGeom inherits Geometry from PGeom

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

is

end;