A library for clothoid curves (also known as Euler spirals or Cornu spirals) in Python. Current version is 0.2.0, released with support for closest point calculations, projections, and caching. The library is under active development.
pip install pyclothoidsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a clothoid curve using G1 Hermite interpolation and sample points.
Always use a factory class method like Clothoid.G1Hermite(...), Clothoid.G2Hermite(...), or Clothoid.BiArclength(...).
Check the changelog and adapt calls if upgrading from 0.1.x. Use the public API documented in the README.
Use 'from pyclothoids import Clothoid' or 'import pyclothoids'.
Use Clothoid.G1Hermite(...) or other class methods to instantiate.
No dependency data recorded yet.