bezier package

Helper for Bézier Curves, Triangles, and Higher Order Objects.

Intended to perform basic operations on Bézier objects such as intersections, length / area / etc. computations, subdivision, implicitization and other relevant information.

Plotting utilities are also provided.

class bezier.Surface(*args, **kwargs)

Legacy alias for Bézier Surface class.

This will be deprecated in a future release.

bezier.__version__ = '2021.2.12'

The current version of bezier.

Type:str