Spline.st
changeset 331 9ad8e3f94da5
parent 327 1fcf1500a9c0
child 332 bb2dd1a968c2
equal deleted inserted replaced
330:e86df1f240b3 331:9ad8e3f94da5
    66     connected by a third order curve. The curve passes through all controlPoints.
    66     connected by a third order curve. The curve passes through all controlPoints.
    67     Both open and closed curves are possible.
    67     Both open and closed curves are possible.
    68 
    68 
    69     [see also:]
    69     [see also:]
    70         Polygon LineSegment Circle EllipticalArc 
    70         Polygon LineSegment Circle EllipticalArc 
    71         Rectangle Curve
    71         Rectangle Curve Arrow ArrowedSpline
    72         GraphicsContext
    72         GraphicsContext StrokingWrapper FillingWrapper
    73 
    73 
    74     [author:]
    74     [author:]
    75         scaletti@uxc.cso.uiuc.edu (Kurt J. Hebel)
    75         scaletti@uxc.cso.uiuc.edu (Kurt J. Hebel)
    76         adapted to ST/X & minor fixes by Claus Gittinger
    76         adapted to ST/X & minor fixes by Claus Gittinger
    77 "
    77 "
   545 ! !
   545 ! !
   546 
   546 
   547 !Spline class methodsFor:'documentation'!
   547 !Spline class methodsFor:'documentation'!
   548 
   548 
   549 version
   549 version
   550     ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.8 1996-05-12 22:27:49 cg Exp $'
   550     ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.9 1996-05-12 23:06:59 cg Exp $'
   551 ! !
   551 ! !