- indexing
- title: "Logical coordinates"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class COORD
- creation
- make
- feature
-
x: REAL
-
y: REAL
-
make (xp, yp: REAL)
end -- class COORD