Spline.st
changeset 279 cb9df1c2f620
parent 278 dde5b4f52ba5
child 280 126dfc9dc409
--- a/Spline.st	Wed May 08 19:45:40 1996 +0200
+++ b/Spline.st	Wed May 08 19:54:31 1996 +0200
@@ -65,11 +65,13 @@
     Spline defines a path that includes an arbitrary collection of points 
     connected by a third order curve.
 
+    [see also:]
+        Polygon Circle EllipticalArc
+
     [author:]
         scaletti@uxc.cso.uiuc.edu (Kurt J. Hebel)
+        adapted to ST/X & minor fixes by Claus Gittinger
 "
-
-
 !
 
 examples
@@ -432,5 +434,5 @@
 !Spline class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.1 1996-05-08 17:45:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.2 1996-05-08 17:54:31 cg Exp $'
 ! !