bezier curve visualization
Project description
BezierView
View Bezier Curve transformation by Python.
Install
pip install bezierview
Play
Play Bezier Curve with pure python.
import bezierview
bezierview.play()
Animation
View an animated creation of pre-defined points.
import bezierview
points = [[50, 350], [250, 100], [330, 350], [450, 100]]
bezierview.animate(points)
View static curve
View a static plot of pre-defined points.
import bezierview
points = [[50, 350], [250, 100], [330, 350], [450, 100]]
bezierview.show(points)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bezierview-0.0.3.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file bezierview-0.0.3.tar.gz
.
File metadata
- Download URL: bezierview-0.0.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f94f46388e406b5e0eb5c5e1eeaafa8fce66506fd3d423256969a2a83af7026 |
|
MD5 | 5f8ba2719fc35861f539e1f50ef0ce30 |
|
BLAKE2b-256 | 2ba67db989edb94166204ff045bf14626bb3699dd7ce7511e766e19da28bbe7c |
File details
Details for the file bezierview-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: bezierview-0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfe467aa1ab380f764a741222b927c77240217da86b231c869c9ab14b1e2c135 |
|
MD5 | 9b0f667dea46c9edc456dec18b27c057 |
|
BLAKE2b-256 | 7ffff2f429e90e530ba82f6737866cd7eae46f2232baec92c6984d28647d458e |