全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libmath-bezier-perl  ]

软件包:libmath-bezier-perl(0.01-2)

libmath-bezier-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libmath-bezier-perl

维护小组:

外部的资源:

相似软件包:

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.

标签: 软件开发: Perl 开发, 函数库, 实做语言: Perl

其他与 libmath-bezier-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libmath-bezier-perl

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 6.7 kB26.0 kB [文件列表]