1Math:Bezier::Convert - Convert cubic and quadratic bezier each other.
2
3Install:
4
5  perl Makefile.PL
6  make
7  make install
8
9There isn't test scripts yet.  Sample script with Tk is in ./samples
10directory, instead.
11See perldoc Math:Bezier::Convert for further information.
12
13Yasuhiro Sasama (ySas), <ysas@nmt.ne.jp>