すべてのオプション
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ ソース: libmath-bezier-perl  ]

パッケージ: libmath-bezier-perl (0.01-2.1)

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 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

libmath-bezier-perl のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 6.9 kB26.0 kB [ファイル一覧]