CurvBSpl Struct Reference

#include <ut_geo.h>


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

Data Fields

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

Field Documentation

double CurvBSpl::v0

double CurvBSpl::v1

double * CurvBSpl::kvTab


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

Generated on Sat May 30 09:31:58 2009 for gCAD3D by  doxygen 1.5.6