Curves_Functions module
Created on Wed Jan 24 15:49:14 2024
@author: marti
- class Curves_Functions.Curves(Span_X, Span_Y, Length)[source]
Bases:
object
- Bezier_Curve()[source]
The Cubic Bezier Polynoms are taken from Wikipedia!
- Returns:
curve – curve[:,0] - X Param of the Bezier Curve curve[:,1] - Y Param of the Bezier Curve
- Return type:
2 dimentional np array