todas as opções
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Fonte: libmath-bezier-perl  ]

Pacote: libmath-bezier-perl (0.01-4)

Links para libmath-bezier-perl

Screenshot

Recursos de Debian:

Baixe o pacote-fonte libmath-bezier-perl:

Mantenedores(as):

Fontes externas:

Pacotes similares:

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.

Etiquetas: Desenvolvimento de software: Desenvolvimento Perl, Bibliotecas, Implementado em: Perl

Outros pacotes relacionados a libmath-bezier-perl

  • depende
  • recomenda
  • sugere
  • melhora

Download de libmath-bezier-perl

Baixe para todas as arquiteturas disponíveis
Arquitetura Tamanho do pacote Tamanho instalado Arquivos
all 6.9 kB26.0 kB [lista de arquivos]