|
|

Public Member Functions | |
| template<typename InputIteratorT> | |
| BezierCurve (InputIteratorT itBegin, InputIteratorT itEnd) | |
| Constructs a new Bézier curve from the given control points. | |
| unsigned int | GetDegree () const |
| Returns the degree of this Bézier curve. | |
|
||||||||||||
|
Constructs a new Bézier curve from the given control points. The control points are given as input iterators to values of type Vector, which is the vector type corresponding to the dimension of the curve.
|
|
|
Returns the degree of this Bézier curve. |
|
Copyright © by Martin Ecker |