Skip to main content

A toolkit to manipulate n-dimensional geometric curves in Python

Project description

scikit-curve

PyPI version Supported Python versions BSD License Build status Docs status

: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()

lissajous plot

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)

Uploaded Source

Built Distribution

scikit_curve-0.1.0-py3-none-any.whl (37.3 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