#include <Curve.h>
Inheritance diagram for geom::ControlPointCurveBase< n >:

Public Member Functions | |
| virtual | ~ControlPointCurveBase () |
| virtual int | getNumCpts () const =0 |
| virtual PointNd< n > | getControlPoint (int i) const =0 |
| virtual void | setControlPoint (int i, const PointNd< n > &pt)=0 |
| virtual double | getWeight (int i) const =0 |
|
|||||||||
|
|
|
||||||||||
|
Get the i th control point.
|
|
|||||||||
|
Get the number of control points.
|
|
||||||||||
|
Get the weight associated with the control point.
|
|
||||||||||||||||
|
Set the i th control point.
|
1.4.6