CurvRBSpl Struct Reference

#include <ut_geo.h>


Detailed Description

Rational B-Spline-curve; Typ_CVRBSP.

 ptNr              ... number of control points
 deg               ... degree
 v0                ... start parameter
 v1                ... end parameter
 kvTab[ptNr+deg+1] ... knot values (non-decreasing)
 wTab[ptNr]        ... weights
 cpTab[ptNr]       ... control points

Data Fields

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

Field Documentation

double CurvRBSpl::v0

double CurvRBSpl::v1

double * CurvRBSpl::kvTab

double * CurvRBSpl::wTab


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