- indexing
- title: "EOLE_POINTF"
- project: "Eiffel OLE2 library"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
class EOLE_POINTF
- inherit
-
EOLE_OBJECT_WITH_POINTER
- end
- creation
- make
- feature
-
make
-
allocate: POINTER
-
set_x (x: REAL)
-
set_y (y: REAL)
-
set_point (x, y: REAL)
-
get_x: REAL
-
get_y: REAL
end -- class EOLE_POINTF