cubicbezier: Efficient manipulating of 2D cubic bezier curves.

[ bsd3, geometry, graphics, library, typography ] [ Propose Tags ]

This library supports efficient manipulating of 2D cubic bezier curves. The original goal is to support typography, but it is useful for general graphics. 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.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.2.0, 0.3.0, 0.4.0.1, 0.4.0.2, 0.5.0.0, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.6.0.5, 0.6.0.6, 0.6.0.7
Dependencies base (>=3 && <5), containers (>0.4), integration (>=0.1.1) [details]
License GPL-2.0-only
Copyright Kristof Bastiaensen (2013)
Author Kristof Bastiaensen
Maintainer Kristof Bastiaensen
Category Graphics, Geometry, Typography
Bug tracker https://github.com/kuribas/cubicbezier/issues
Source repo head: git clone https://github.com/kuribas/cubicbezier
Uploaded by KristofBastiaensen at 2013-09-07T16:56:01Z
Distributions LTSHaskell:0.6.0.7, NixOS:0.6.0.7
Reverse Dependencies 7 direct, 25 indirect [details]
Downloads 16224 total (91 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]