Inheritance diagram for NurbsSizeError:
Public Member Functions | |
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 = P.n + deg + 1 is false.