MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / bezier_curve.py

File bezier_curve.py

graphics/bezier_curve.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://en.wikipedia.org/wiki/B%C3%A9zier_curve
2# https://www.tutorialspoint.com/computer_graphics/computer_graphics_curves.htm
3from __future__ import annotations
4

Callers

nothing calls this directly

Calls 2

BezierCurveClass · 0.85
plot_curveMethod · 0.80

Tested by

no test coverage detected