WindowingTransformation.st
changeset 137 523edf3204e4
parent 81 4ba554473294
child 219 9ff0660f447f
--- a/WindowingTransformation.st	Wed May 03 02:38:14 1995 +0200
+++ b/WindowingTransformation.st	Wed May 03 17:43:56 1995 +0200
@@ -23,7 +23,7 @@
 COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.8 1994-11-17 14:30:25 claus Exp $
+$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.9 1995-05-03 15:43:45 claus Exp $
 '!
 
 !WindowingTransformation class methodsFor:'documentation '!
@@ -44,7 +44,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.8 1994-11-17 14:30:25 claus Exp $
+$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.9 1995-05-03 15:43:45 claus Exp $
 "
 !
 
@@ -115,15 +115,6 @@
      'now, everything is shrunk by 2'.
      v displayLineFrom:10@10 to:30@30 
 
-
-     example (transforming Points, Rectangles etc.)
-
-
-      |p pNew|
-
-      p := 10@10.
-      pNew := (WindowingTransformation scale:2 translation:10) applyTo:p.
-      pNew
 "
 ! !