The latest version of cubicbezier is 0.6.0.7-0.

cubicbezier

Version 0.5.0.0 revision 2 uploaded by sjakobi.

Package meta

Synopsis
Efficient manipulating of 2D cubic bezier curves.
Description

This library supports efficient manipulating of 2D cubic bezier curves, for use in graphics or typography. Supported features are:

Evaluating bezier curves and derivatives, affine transformations on bezier curves, arclength and inverse arclength, intersections between two curves, intersection between a curve and a line, curvature and radius of curvature, finding tangents parallel to a vector, finding inflection points and cusps.

It also supports polynomial root finding with Bernstein polynomials.

The module Geom2D.CubicBezier exports all the cubic bezier functions. The module Geom2D contains general 2D geometry functions and transformations.

Author
Kristof Bastiaensen
Bug reports
https://github.com/kuribas/cubicbezier/issues
Category
Graphics, Geometry, Typography
Copyright
Kristof Bastiaensen (2014)
Homepage
n/a
Maintainer
Kristof Bastiaensen
Package URL
n/a
Stability
Unstable

Components