CurvBSpl Struct Reference

Curve: B-spline Typ_CVBSP. More...

#include <ut_geo.h>

Data Fields

int ptNr
int deg
double v0
double v1
double * kvTab
PointcpTab

Detailed Description

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

Field Documentation

double CurvBSpl::v0
double CurvBSpl::v1
double * CurvBSpl::kvTab

The documentation for this struct was generated from the following file:
Generated on Fri Apr 6 09:40:12 2012 for gCAD3D by  doxygen 1.6.3