*** empty log message ***
authorStefan Vogel <sv@exept.de>
Wed, 30 Aug 2000 14:35:40 +0200
changeset 5567 2cc43ea7394f
parent 5566 1edfb88ce060
child 5568 826390eef742
*** empty log message ***
Point.st
--- a/Point.st	Tue Aug 29 17:13:32 2000 +0200
+++ b/Point.st	Wed Aug 30 14:35:40 2000 +0200
@@ -283,7 +283,7 @@
     y := newY
 ! !
 
-!Point methodsFor:'coercing'!
+!Point methodsFor:'coercing & converting'!
 
 coerce:anObject
     "return aNumber converted into receivers type"
@@ -1134,6 +1134,6 @@
 !Point class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Point.st,v 1.55 2000-04-07 08:12:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Point.st,v 1.56 2000-08-30 12:35:40 stefan Exp $'
 ! !
 Point initialize!