Package: libmath-bezier-perl (0.01-1)
Links for libmath-bezier-perl
Debian Resources:
Download Source Package libmath-bezier-perl:
- [libmath-bezier-perl_0.01-1.dsc]
- [libmath-bezier-perl_0.01.orig.tar.gz]
- [libmath-bezier-perl_0.01-1.diff.gz]
Maintainer:
External Resources:
- Homepage [search.cpan.org]
Similar packages:
solution of Bezier Curves
Math::Bezier implements the algorithm for the solution of Bezier curves as presented by Robert D. Miller in Graphics Gems V, "Quick and Simple Bezier Curve Drawing".
A new Bezier curve is created using the new() constructor, passing a list of (x, y) control points.
use Math::Bezier;
my @control = ( 0, 0, 10, 20, 30, -20, 40, 0 );
my $bezier = Math::Bezier->new(@control);
Alternately, a reference to a list of control points may be passed.
This description was automagically extracted from the module by dh-make-perl.
Other Packages Related to libmath-bezier-perl
|
|
|
-
- dep: perl
- Larry Wall 的实用抽取和报表语言(Perl)
Download libmath-bezier-perl
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 7.8 kB | 68.0 kB | [list of files] |
