summaryrefslogtreecommitdiffstats
path: root/libraries/libspiro/README
blob: 1954b4de309f5c8be942921dd5d8cee854466da6 (plain)
1
2
3
4
5
6
7
Spiro is the creation of Raph Levien which simplifies the
drawing of beautiful curves.Using Bezier splines a artist can
easily draw curves with the same slope on either side of a curve
point. This library will take an array of spiro control points and
convert them into a series of bezier splines which can then be used
in myriad of ways the world has come to use beziers.