všetky možnosti
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Zdroj: libmath-bezier-perl  ]

Balík: libmath-bezier-perl (0.01-4)

Odkazy pre libmath-bezier-perl

Screenshot

Zdroje Debian:

Stiahnuť zdrojový balík libmath-bezier-perl:

Správcovia:

Externé zdroje:

Podobné balíky:

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.

Značky: Software Development: Perl Development, Knižnice, Implementované v: Perl

Ostatné balíky súvisiace s balíkom libmath-bezier-perl

  • závisí
  • odporúča
  • navrhuje
  • vylepšuje

Stiahnuť libmath-bezier-perl

Stiahnuť pre všetky dostupné architektúry
Architektúra Veľkosť balíka Nainštalovaná veľkosť Súbory
all 6.9 kB26.0 kB [zoznam súborov]