Skip to main content

Cubic Bezier curve library

Project description

CubicBezier

CubicBezier is a Python library for visualizing cubic bezier curves.

Installation

pip install CubicBezier

Usage

from CubicBezier.cubicbezier import CubicBezier

x = CubicBezier([0.0, 0.3, 0.75, 0.9], 
                [0.6, 0.25, 0.3, 0.8])
x.plot(nodes=True, bounding_box=True)

Bezier curve Plotted

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CubicBezier-0.1.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

CubicBezier-0.1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page