deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: perl:any
Description: |-
Perl module for the 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.
Homepage: https://metacpan.org/release/Math-Bezier
Installed-Size: '25'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Multi-Arch: foreign
Package: libmath-bezier-perl
Priority: optional
Section: perl
Version: 0.01-4
srcpkg_name: libmath-bezier-perl
srcpkg_version: 0.01-4
Relation | Direction | Type | Name | |
---|---|---|---|---|
built-using | Source package | libmath-bezier-perl_0.01-4 |
|
|
built-using | Binary package | dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64 |
|
|
built-using | Binary package | dpkg_1.22.12~1.gbp82cafd_arm64 |
|
|
built-using | Binary package | dselect-dbgsym_1.22.12~1.gbp82cafd_arm64 |
|
|
built-using | Binary package | dselect_1.22.12~1.gbp82cafd_arm64 |
|
|
built-using | Binary package | libdpkg-dev_1.22.12~1.gbp82cafd_arm64 |
|
|
built-using | Binary package | dpkg-dev_1.22.12~1.gbp82cafd_all |
|
|
built-using | Binary package | libdpkg-perl_1.22.12~1.gbp82cafd_all |
|
|
extends | Package upload | libmath-bezier-perl_0.01-4 |
|