Search results for "module:Math::Bezier"
Math::Bezier - solution of Bezier Curves
This module 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) c...
ABW/Math-Bezier-0.01 - 23 Oct 2000 11:57:05 UTC
Math::Bezier::Convert - Convert cubic and quadratic bezier each other.
Math::Bezier::Convert provides functions to convert quadratic bezier to cubic, to approximate cubic bezier to quadratic, and to approximate cubic and quadratic bezier to polyline. Each function takes an array of the coordinates of control points of t...
YSAS/Math-Bezier-Convert-0.02 - 29 Sep 2004 14:52:34 UTC
Math::CatmullRom - Calculate Catmull-Rom splines
This module provides an algorithm to generate plots for Catmull-Rom splines. A Catmull-Rom spline can be considered a special type of Bezier curve that guarantees that the curve will cross every control point starting at the second point and terminat...
WIGGLY/Math-CatmullRom-0.00 - 31 Aug 2003 17:12:14 UTC
Math::BSpline::Basis - B-spline basis functions
Introduction A spline S of degree p is a piecewise polynomial function from a real interval [a, b] to the real numbers. This means that given a strictly increasing sequence of breakpoints a = u_0 < u_1 < ... < u_m = b, S is a polynomial function of d...
LGEHLEN/Math-BSpline-Basis-0.002 - 18 Oct 2020 11:03:58 UTC
Math::BSpline::Curve - B-spline curves
A B-spline curve of degree p is a curve built upon B-spline basis functions of degree p and a set of control points. The well-known Bezier curves are a special case of B-spline curves. For more information on B-spline basis functions see Math::BSplin...
LGEHLEN/Math-BSpline-Curve-0.002 - 02 Dec 2020 11:14:02 UTC
Bundle::Math::Approx - Bundle related to interpolation and approximation
This is a bundle of modules related to interpolation and approximation of functions and data. Please have a look at Bundle::Math. If you would like to see a specific module included in a future version of this bundle, please send me an email or use r...
SMUELLER/Bundle-Math-Approx-1.00 - 03 Apr 2004 16:12:04 UTC
Bundle::Math::Numeric - Bundle of modules related to numeric algorithms
This is a bundle of modules related to numeric algorithms. Please have a look at Bundle::Math. If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org....
SMUELLER/Bundle-Math-Numeric-1.00 - 05 Apr 2004 12:10:48 UTC
Bundle::Math::Geometry - Bundle of modules related to 2D and 3D geometry
This is a bundle of modules related to 2D and 3D geometry. Please have a look at Bundle::Math. If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org....
SMUELLER/Bundle-Math-Geometry-1.00 - 04 Apr 2004 13:10:48 UTC