libmath-bezier-perl binary package in Ubuntu Lunar amd64

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-11-10 19:34:01 UTC Published Ubuntu Lunar amd64 release universe perl Optional 0.01-4
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar amd64 proposed universe perl Optional 0.01-4
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2022-11-10 19:34:25 UTC Superseded Ubuntu Lunar amd64 release universe perl Optional 0.01-3
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of libmath-bezier-perl 0.01-4 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu kinetic-proposed amd64 in Primary Archive for Ubuntu