[ Pakiet źródłowy: libmath-bezier-perl ]
Pakiet: libmath-bezier-perl (0.01-4)
Odnośniki dla libmath-bezier-perl
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego libmath-bezier-perl:
- [libmath-bezier-perl_0.01-4.dsc]
- [libmath-bezier-perl_0.01.orig.tar.gz]
- [libmath-bezier-perl_0.01-4.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [metacpan.org]
Podobne pakiety:
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.
Inne pakiety związane z libmath-bezier-perl
|
|
|
|
-
- dep: perl
- praktyczny język ekstrakcji i raportowania Larry'ego Walla
Pobieranie libmath-bezier-perl
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 6,9 KiB | 26,0 KiB | [lista plików] |