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 hashes)
Built Distribution
Close
Hashes for scikit_curve-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 418a3f963992eaa011034ca805fc00836c20b2a7fd0cb0e499b8ab113cbbde91 |
|
MD5 | e5686ecd98eb0208fdb4514a45ace1de |
|
BLAKE2b-256 | 1b7e900411047a468844b22f1b9b4f06d7966e74dc3bffee348a0fccdc7c14b8 |