control.flatsys.BezierFamily¶
- class control.flatsys.BezierFamily(N, T=1)¶
Bases:
BasisFamily
Bezier curve basis functions.
This class represents the family of polynomials of the form
Methods
Evaluate the kth derivative of the ith basis function at time t.
- __call__(i, t)¶
Evaluate the ith basis function at a point in time
- eval_deriv(i, k, t)¶
Evaluate the kth derivative of the ith basis function at time t.