Curve: B-spline Typ_CVBSP. More...
#include <ut_geo.h>
Data Fields | |
| int | ptNr |
| int | deg |
| double | v0 |
| double | v1 |
| double * | kvTab |
| Point * | cpTab |
Curve: B-spline Typ_CVBSP.
ptNr ... number of control points deg ... degree of B-spline curve v0 ... B-spline curve start parameter v1 ... B-spline curve end parameter kvTab[ptNr+deg+1] knot values (non-decreasing, <= v0 < v1 <= ) cpTab[ptNr] control points
| int CurvBSpl::ptNr |
| int CurvBSpl::deg |
| double CurvBSpl::v0 |
| double CurvBSpl::v1 |
| double * CurvBSpl::kvTab |
1.6.3