wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: libmath-bezier-perl  ]

Pakiet: libmath-bezier-perl (0.01-2)

Odnośniki dla libmath-bezier-perl

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego libmath-bezier-perl:

Opiekunowie:

Zasoby zewnętrzne:

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.

Znaczniki: Rozwój oprogramowania: Rozwijanie w języku Perl, Biblioteki, Zaimplementowane w: Perl

Inne pakiety związane z libmath-bezier-perl

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libmath-bezier-perl

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 6,7 KiB26,0 KiB [lista plików]