checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 13 Nov 1999 12:12:12 +0100
changeset 4984 e20cd6bdc182
parent 4983 07e6aab900d9
child 4985 b5df34fc8a20
checkin from browser
Point.st
--- a/Point.st	Sat Nov 13 00:22:32 1999 +0100
+++ b/Point.st	Sat Nov 13 12:12:12 1999 +0100
@@ -222,6 +222,14 @@
     "Modified: 23.4.1996 / 16:00:18 / cg"
 ! !
 
+!Point methodsFor:'Compatibility - Squeak'!
+
+asFloatPoint
+    "Squeak mimicri return the receiver as Point - this is the receiver"
+
+    ^ self
+! !
+
 !Point methodsFor:'accessing'!
 
 x
@@ -1044,6 +1052,6 @@
 !Point class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Point.st,v 1.51 1999-10-10 12:40:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Point.st,v 1.52 1999-11-13 11:12:12 cg Exp $'
 ! !
 Point initialize!