wok view libspiro/description.txt @ rev 20273

linux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 18 17:13:32 2018 +0100 (2018-03-18)
parents
children
line source
1 Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful
2 curves.
4 Using bézier splines an artist can easily draw curves with the same slope on
5 either side of an on-curve point. Spiros, on the other hand, are based on
6 clothoid splines which make it easy to maintain constant curvature as well as
7 constant slope. Such curves will simply look nicer.
9 Raph Levien's spiro splines only use on-curve points and so are easier to use
10 and more intuitive to the artist.
12 This library will take an array of spiro control points and convert them into
13 a series of bézier splines which can then be used in the myriad of ways the
14 world has come to use béziers.