A toolkit to manipulate n-dimensional geometric curves in Python
Project description
scikit-curve
:warning: :construction: UNDER DEVELOPMENT :construction: :warning:
A toolkit to manipulate n-dimensional geometric curves in Python.
import matplotlib.pyplot as plt
from curve.curves import lissajous
from curve.plot import curveplot
from curve import PreservedSpeedInterpolationGrid
curve = lissajous(p_count=51)
grid = PreservedSpeedInterpolationGrid(301)
curve_i = curve.interpolate(grid, method='hermite')
curveplot(curve_i, param='speed', show_normals=True, marker='.')
plt.show()
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
scikit-curve-0.1.0.tar.gz
(32.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scikit-curve-0.1.0.tar.gz.
File metadata
- Download URL: scikit-curve-0.1.0.tar.gz
- Upload date:
- Size: 32.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6107820ee61f5fb5f65f93b1a2c145d38c8eab5a2e9083c4cd02be35bdf68611
|
|
| MD5 |
97c29c3c92848bc8df44ebdc18fa5c48
|
|
| BLAKE2b-256 |
58227f3e37340a57bb977d779090b4319d5c9fec8d93df5176f0d08d3bae23c0
|
File details
Details for the file scikit_curve-0.1.0-py3-none-any.whl.
File metadata
- Download URL: scikit_curve-0.1.0-py3-none-any.whl
- Upload date:
- Size: 37.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
418a3f963992eaa011034ca805fc00836c20b2a7fd0cb0e499b8ab113cbbde91
|
|
| MD5 |
e5686ecd98eb0208fdb4514a45ace1de
|
|
| BLAKE2b-256 |
1b7e900411047a468844b22f1b9b4f06d7966e74dc3bffee348a0fccdc7c14b8
|