#include <geom/bezier4.h>
Public Member Functions | |
bezier4 (double R0, double R1, double R2, double R3) | |
Construct from four control points. | |
void | set_control_points (double R0, double R1, double R2, double R3) |
Reset the control points. | |
double | eval (double u) |
Evaluate the Bezier curve for u in [0, 1]. | |
double | eval_deriv (double u) |
Evaluate the derivative of the Bezier curve for u in [0, 1]. | |
double | eval_min () |
Get the min value of the Bezier curve in the range [0, 1]. | |
double | eval_max () |
Get the max value of the Bezier curve in the range [0, 1]. |
Definition at line 48 of file bezier4.h.