Inheritance diagram for NurbsSizeError:

Public Methods | |
| NurbsSizeError (int pnts, int knots, int deg) | |
| virtual void | print () |
Public Attributes | |
| int | p |
| int | k |
| int | d |
There is a relationship between the number of control points, the number of knots and the degree of a curve or a surface. This class is thrown when U.n \a = P.n + deg + 1 is false.
Definition at line 97 of file nurbs_global.h.
1.2.14 written by Dimitri van Heesch,
© 1997-2002