geom::bezier4 Class Reference

For evaluating Bezier curves with four control points. More...

#include <geom/bezier4.h>

List of all members.

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].


Detailed Description

For evaluating Bezier curves with four control points.

Definition at line 48 of file bezier4.h.


The documentation for this class was generated from the following file:

The software described here is Copyright (c) 1998-2005, Rob Peters.
This page was generated Wed Dec 3 06:56:14 2008 by Doxygen version 1.5.5.