Package curvepy

Welcome to curvepy! More documentation will be written soon.

Expand source code
"""
Welcome to curvepy! More documentation will be written soon.
"""

Sub-modules

curvepy.bezier_curve

This module puts the methods defined in curvepy.de_caes to use by creating different classes of Bezier curves. All these classes use different methods …

curvepy.de_casteljau

This module provides a variety of options to calculate points on a curve defined by Bezier points: …

curvepy.delaunay
curvepy.tests

Here you will find all unit tests. All unit tests are written with pytest in mind …

curvepy.types
curvepy.utilities
curvepy.voronoi