libmath-bezier-perl binary package in Ubuntu Precise 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.
 .
 This description was automagically extracted from the module by dh-make-perl.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2011-10-13 14:45:10 UTC Published Ubuntu Precise amd64 release universe perl Optional 0.01-1
  • Published
  • Copied from ubuntu natty-release i386 in Primary Archive for Ubuntu